Spread Windows Forms 12.0 Product Documentation
RowCount Property (IColumnHeader)


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

Property Value

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

Reference

IColumnHeader Interface
IColumnHeader Members