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


In This Topic
Rows Property (ColumnFooter)
In This Topic
Gets a Rows object for the rows in the column footer.
Syntax
'Declaration
 
Public ReadOnly Property Rows As Rows
 
'Usage
 
Dim instance As ColumnFooter
Dim value As Rows
 
value = instance.Rows
See Also