ChartSheetCollection.Insert Method
Name | Parameters | Description |
---|---|---|
Insert |
index, chart |
Creates a new chart sheet with the specified chart and appends it to the collection at the specified position. |
Insert |
index, chart |
Creates a new chart sheet of the specified type and appends it to the collection at the specified position. |
Insert |
index, name, chart |
Creates a new chart sheet under the specified name with the specified chart and appends it to the collection at the specified position. |
Insert |
index, name, chart |
Creates a new chart sheet of the specified type and under the specified name and appends it to the collection at the specified position. |
Insert |
index, name | Creates a new chart sheet under the specified name and appends it to the collection at the specified position. |
Insert |
index | Creates a new chart sheet and appends it to the collection at the specified position. |