ColumnCount Property (IRowHeader)
Gets or sets the column count of the row header.
int ColumnCount {get; set;}
'Declaration
Property ColumnCount As Integer
'Usage
Dim instance As IRowHeader
Dim value As Integer
instance.ColumnCount = value
value = instance.ColumnCount
Property Value
An integer value represents the column count of the row header.