Cells Property (RowHeader)
Gets a Cells object for the cells in the row header.
'Declaration
Public ReadOnly Property Cells As Cells
'Usage
Dim instance As RowHeader
Dim value As Cells
value = instance.Cells
public Cells Cells {get;}
Property Value
Cells object with the cells in this row header
This example changes the background color of the first cell in the row header to red.