Spread Windows Forms 12.0 Product Documentation
ColumnCount Property (IRowHeader)


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

Property Value

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

Reference

IRowHeader Interface
IRowHeader Members