SpreadsheetGear 2017
Add Method (IWorkbookWindowInfos)






SpreadsheetGear Namespace > IWorkbookWindowInfos Interface : Add Method
Returns a newly created IWorkbookWindowInfo which is added to the end of this collection.
Syntax
'Declaration
 
Function Add() As IWorkbookWindowInfo
'Usage
 
Dim instance As IWorkbookWindowInfos
Dim value As IWorkbookWindowInfo
 
value = instance.Add()
function Add(): IWorkbookWindowInfo; 
function Add() : IWorkbookWindowInfo;

Return Value

The newly created IWorkbookWindowInfo.
Remarks
The new IWorkbookWindowInfo is created as the last IWorkbookWindowInfo in this collection.This method also adds instances of IWorksheetWindowInfo to each of the other worksheets in the parent workbook.
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

IWorkbookWindowInfos Interface
IWorkbookWindowInfos Members