ChartSheetCollection.Remove(ChartSheet) Method
Removes the specified chart sheet from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
chartSheet | ChartSheet | A ChartSheet object specifying a chart sheet to be removed from a workbook. |
Remarks
The Remove method disposes of an element removed from the collection. To remove a chart sheet by its index in the collection, use the ChartSheetCollection.RemoveAt method. You can also hide a chart sheet using the ChartSheet.Visible or ChartSheet.VisibilityType property.
Note
A workbook must always contain at least one visible sheet.
To add a chart sheet to a workbook, use the ChartSheetCollection.Add or ChartSheetCollection.Insert method.