ColumnCount Property (Reference)
In This Topic
Gets the totals column count.
Syntax
'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.
See Also