Back to Devexpress

ChartSheetCollection.Insert Method

officefileapi-devexpress-dot-spreadsheet-dot-chartsheetcollection-dot-insert.md

latest1.8 KB
Original Source

ChartSheetCollection.Insert Method

NameParametersDescription
Insert(Int32, ChartType, CellRange)index, chartType, rangeCreates a new chart sheet with the specified chart and appends it to the collection at the specified position.
Insert(Int32, ChartType)index, chartTypeCreates a new chart sheet of the specified type and appends it to the collection at the specified position.
Insert(Int32, String, ChartType, CellRange)index, name, chartType, rangeCreates 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, chartTypeCreates 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, nameCreates a new chart sheet under the specified name and appends it to the collection at the specified position.
Insert(Int32)indexCreates a new chart sheet and appends it to the collection at the specified position.