Gets the rows in the client area of the active sheet in the Spread component.
'Declaration
Public ReadOnly Property Rows As Rows
'Usage
Dim instance As FpSpread
Dim value As Rows
value = instance.Rows
Property Value
Rows object containing the rows in the data area of the currently selected sheet.
This example creates three row headers, displays letters in the first header and changes its background color to red. The first row displays a yellow border around its cells.