RowHeader Property (FpSpread)
Gets the row headers in the Spread component.
'Declaration
Public ReadOnly Property RowHeader As RowHeader
'Usage
Dim instance As FpSpread
Dim value As RowHeader
value = instance.RowHeader
public RowHeader RowHeader {get;}
Property Value
RowHeader object containing the row headers in 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.