RowCount Property (IColumnHeader)
Gets or sets the row count of the column header.
'Declaration
Property RowCount As Integer
'Usage
Dim instance As IColumnHeader
Dim value As Integer
instance.RowCount = value
value = instance.RowCount
Property Value
An integer value represents the row count of the column header.