Spread Windows Forms 12.0 Product Documentation
Count Property (IWorksheets)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheets Interface : Count Property
Gets the number of worksheets in the workbook.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
'Usage
 
Dim instance As IWorksheets
Dim value As Integer
 
value = instance.Count
int Count {get;}

Property Value

An integer value represents the number of worksheets in the workbook.
See Also

Reference

IWorksheets Interface
IWorksheets Members