SpreadsheetGear 2017
WindowInfo Property (IWorksheet)






SpreadsheetGear Namespace > IWorksheet Interface : WindowInfo Property
Returns an instance of IWorksheetWindowInfo which represents worksheet specific window options for the currently active view.
Syntax
'Declaration
 
ReadOnly Property WindowInfo As IWorksheetWindowInfo
'Usage
 
Dim instance As IWorksheet
Dim value As IWorksheetWindowInfo
 
value = instance.WindowInfo
IWorksheetWindowInfo WindowInfo {get;}
read-only property WindowInfo: IWorksheetWindowInfo; 
function get WindowInfo : IWorksheetWindowInfo
__property IWorksheetWindowInfo* get_WindowInfo();
property IWorksheetWindowInfo^ WindowInfo {
   IWorksheetWindowInfo^ 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

IWorksheet Interface
IWorksheet Members
WindowInfos Property
IWorksheetWindowInfo Interface
IWorksheetWindowInfos Interface