Columns Property (RowHeader)
Gets a Columns object for the columns in the row header.
'Declaration
Public ReadOnly Property Columns As Columns
'Usage
Dim instance As RowHeader
Dim value As Columns
value = instance.Columns
public Columns Columns {get;}
Property Value
Columns object containing the columns in this row header
This example creates a row header and draws a red dotted border around the first column of the row header.