ColumnCount Property (RowHeader)
Gets or sets the number of columns in the row header.
public int ColumnCount {get; set;}
'Declaration
Public Property ColumnCount As Integer
'Usage
Dim instance As RowHeader
Dim value As Integer
instance.ColumnCount = value
value = instance.ColumnCount