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


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