Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnFooter Class / RowCount Property


RowCount Property (ColumnFooter)
Gets or sets the number of rows in the column footer.
Syntax
'Declaration
 
Public Property RowCount As Integer
 
'Usage
 
Dim instance As ColumnFooter
Dim value As Integer
 
instance.RowCount = value
 
value = instance.RowCount
Exceptions
ExceptionDescription
Specified row count is less than 0 or greater than 256.
See Also