Back to Devexpress

ChartSheetCollection.Add Method

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

latest1.6 KB
Original Source

ChartSheetCollection.Add Method

NameParametersDescription
Add()noneCreates a new chart sheet and appends it to the end of the collection.
Add(ChartType, CellRange)chartType, rangeCreates a new chart sheet with the specified chart and appends it to the end of the collection.
Add(ChartType)chartTypeCreates a new chart sheet of the specified type and appends it to the end of the collection.
Add(String, ChartType, CellRange)name, chartType, rangeCreates a new chart sheet under the specified name with the specified chart and appends it to the end of the collection.
Add(String, ChartType)name, chartTypeCreates a new chart sheet of the specified type and under the specified name and appends it to the end of the collection.
Add(String)nameCreates a new chart sheet under the specified name and appends it to the end of the collection.