Spread Windows Forms 12.0 Product Documentation
ColumnCount Property (IColumnHeader)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IColumnHeader Interface : ColumnCount Property
Gets the column count of the column header.
Syntax
'Declaration
 
ReadOnly Property ColumnCount As Integer
'Usage
 
Dim instance As IColumnHeader
Dim value As Integer
 
value = instance.ColumnCount
int ColumnCount {get;}

Property Value

An integer value represents the column count of the column header.
See Also

Reference

IColumnHeader Interface
IColumnHeader Members