SpreadsheetGear 2023
WindowInfo Property (IWorkbook)


SpreadsheetGear Namespace > IWorkbook Interface : WindowInfo Property
Returns an instance of IWorkbookWindowInfo which represents workbook specific window options for the currently active view.
Syntax
'Declaration
 
ReadOnly Property WindowInfo As IWorkbookWindowInfo
'Usage
 
Dim instance As IWorkbook
Dim value As IWorkbookWindowInfo
 
value = instance.WindowInfo
IWorkbookWindowInfo 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

IWorkbook Interface
IWorkbook Members
WindowInfos Property
IWorkbookWindowInfo Interface