Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ChartSheetCollection.Insert Method

Name Parameters Description
Insert(Int32, ChartType, Range) index, chartType, range Creates a new chart sheet with the specified chart and appends it to the collection at the specified position.
Insert(Int32, ChartType) index, chartType Creates a new chart sheet of the specified type and appends it to the collection at the specified position.
Insert(Int32, String, ChartType, Range) index, name, chartType, range Creates a new chart sheet under the specified name with the specified chart and appends it to the collection at the specified position.
Insert(Int32, String, ChartType) index, name, chartType 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(Int32, String) index, name Creates a new chart sheet under the specified name and appends it to the collection at the specified position.
Insert(Int32) index Creates a new chart sheet and appends it to the collection at the specified position.