In This Topic
Gets the index of the column by which to perform the grouping.
Syntax
'Declaration
Public ReadOnly Property Column As Integer
'Usage
Dim instance As Group
Dim value As Integer
value = instance.Column
Property Value
Integer index of column
Example
This example returns the column.
See Also