Cells Property (RowHeader)
In This Topic
Gets a Cells object for the cells in the row header.
Syntax
'Declaration
Public ReadOnly Property Cells As Cells
'Usage
Dim instance As RowHeader
Dim value As Cells
value = instance.Cells
public Cells Cells {get;}
See Also