Spread Windows Forms 12.0 Product Documentation
Count Property (ITableColumns)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableColumns Interface : Count Property
Gets an integer value that represents the number of columns in the table.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
'Usage
 
Dim instance As ITableColumns
Dim value As Integer
 
value = instance.Count
int Count {get;}

Property Value

The number of columns in the table.
See Also

Reference

ITableColumns Interface
ITableColumns Members