Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Tables Class / Count Property


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

Property Value

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