SpreadsheetGear 2017
Sheets Property (IWorkbook)






SpreadsheetGear Namespace > IWorkbook Interface : Sheets Property
Returns an instance of ISheets which provides access to all sheets in this workbook.
Syntax
'Declaration
 
ReadOnly Property Sheets As ISheets
'Usage
 
Dim instance As IWorkbook
Dim value As ISheets
 
value = instance.Sheets
ISheets Sheets {get;}
read-only property Sheets: ISheets; 
function get Sheets : ISheets
__property ISheets* get_Sheets();
property ISheets^ Sheets {
   ISheets^ get();
}
Remarks
For easier access to just the IWorksheet's in a workbook, use IWorkbook.Worksheets.
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
Worksheets Property