ChartSheetCollection.Remove(ChartSheet) Method
Removes the specified chart sheet from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
void Remove(
ChartSheet chartSheet
)
#Parameters
Name | Type | Description |
---|---|---|
chart |
Chart |
A Chart |
#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.