SpreadsheetGear 2023
WindowInfo Property (IChartSheet)


SpreadsheetGear Namespace > IChartSheet Interface : WindowInfo Property
Returns an instance of IChartSheetWindowInfo which represents chart sheet specific window options for the currently active view.
Syntax
'Declaration
 
ReadOnly Property WindowInfo As IChartSheetWindowInfo
'Usage
 
Dim instance As IChartSheet
Dim value As IChartSheetWindowInfo
 
value = instance.WindowInfo
IChartSheetWindowInfo WindowInfo {get;}
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

IChartSheet Interface
IChartSheet Members
IChartSheetWindowInfo Interface