Rows Property (RowHeader)
Gets a Rows object for the rows in the row header.
'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
This example creates multiple rows in the row headers in the sheet and puts a different border around each of the rows.