SpreadsheetGear 2023
ActiveChartSheet Property (IWorkbookWindowInfo)


SpreadsheetGear Namespace > IWorkbookWindowInfo Interface : ActiveChartSheet Property
Gets or sets the active chart sheet of the workbook, or null if the active sheet is not a chart sheet.
Syntax
'Declaration
 
Property ActiveChartSheet As IChartSheet
'Usage
 
Dim instance As IWorkbookWindowInfo
Dim value As IChartSheet
 
instance.ActiveChartSheet = value
 
value = instance.ActiveChartSheet
IChartSheet ActiveChartSheet {get; set;}
Remarks
Use ActiveChartSheet if you know 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

IWorkbookWindowInfo Interface
IWorkbookWindowInfo Members
WindowInfo Property