Spread Windows Forms 12.0 Product Documentation
Count Property (IWorkbooks)


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

Property Value

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

Reference

IWorkbooks Interface
IWorkbooks Members