ChartSheetCollection.ActiveChartSheet Property
Gets or sets the currently active chart sheet within a workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v20.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
ChartSheet | A ChartSheet object that specifies the active chart sheet. |
Remarks
The ActiveChartSheet property returns null (Nothing in VB) if the currently active sheet in a workbook is a Worksheet.
See Also
Feedback