Spread Windows Forms 12.0 Product Documentation
RowCount Property (IColumnFooter)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IColumnFooter Interface : RowCount Property
Gets or sets the row count of the column footer.
Syntax
'Declaration
 
Property RowCount As Integer
'Usage
 
Dim instance As IColumnFooter
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 footer.
See Also

Reference

IColumnFooter Interface
IColumnFooter Members