In This Topic
Specifies the column order according to which data is grouped. Values must be unique. The default value is -1, which means no grouping by this field.
Syntax
'Declaration
Public Property GroupIndex As System.Integer
public System.int GroupIndex {get; set;}
See Also