Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITables Interface / Count Property


In This Topic
Count Property (ITables)
In This Topic
Gets the number of tables in this ITables.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As ITables
Dim value As Integer
 
value = instance.Count

Property Value

An integer value represents the number of tables in this ITables.
See Also