FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / RowHeader Class / Rows Property
Example


Rows Property (RowHeader)
Gets a Rows object for the rows in the row header.
Syntax
'Declaration
 
Public ReadOnly Property Rows As Rows
 
'Usage
 
Dim instance As RowHeader
Dim value As Rows
 
value = instance.Rows

Property Value

Rows object containing the rows in this row header
Remarks
This property is available at run time only.
Example
This example creates multiple rows in the row headers in the sheet and puts a different border around each of the rows.
See Also