ColumnCount Property (IColumnFooter)
Gets the column count of the column footer.
'Declaration
ReadOnly Property ColumnCount As Integer
'Usage
Dim instance As IColumnFooter
Dim value As Integer
value = instance.ColumnCount
Property Value
An integer value represents the column count of the column footer.