Gets the totals column count.
'Declaration
Public ReadOnly Property ColumnCount As Integer
'Usage
Dim instance As Reference
Dim value As Integer
value = instance.ColumnCount
public int ColumnCount {get;}
Property Value
An integer value represents the column count.