SpreadsheetGear 2023
ActiveChartSheet Property (IWorkbook)


SpreadsheetGear Namespace > IWorkbook Interface : ActiveChartSheet Property
Returns the active chart sheet of the workbook, or null if the active sheet is not a chart sheet.
Syntax
'Declaration
 
ReadOnly Property ActiveChartSheet As IChartSheet
'Usage
 
Dim instance As IWorkbook
Dim value As IChartSheet
 
value = instance.ActiveChartSheet
IChartSheet ActiveChartSheet {get;}
Remarks
Use ActiveSheet if you do not know that the sheet will be a chart sheet.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkbook Interface
IWorkbook Members
ActiveSheet Property
ActiveWorksheet Property