SpreadsheetGear 2017
WorkbookSet Property (IBorders)






SpreadsheetGear Namespace > IBorders Interface : WorkbookSet Property
Returns the parent IWorkbookSet of this instance of IBorders.
Syntax
'Declaration
 
ReadOnly Property WorkbookSet As IWorkbookSet
'Usage
 
Dim instance As IBorders
Dim value As IWorkbookSet
 
value = instance.WorkbookSet
IWorkbookSet WorkbookSet {get;}
read-only property WorkbookSet: IWorkbookSet; 
function get WorkbookSet : IWorkbookSet
__property IWorkbookSet* get_WorkbookSet();
property IWorkbookSet^ WorkbookSet {
   IWorkbookSet^ 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

IBorders Interface
IBorders Members