public void AddGroup( string fieldName, bool sortAscending, bool caseSensitiveSort, string parentGroupFieldName )
Public Overloads Sub AddGroup( _ ByVal fieldName As String, _ ByVal sortAscending As Boolean, _ ByVal caseSensitiveSort As Boolean, _ ByVal parentGroupFieldName As String _ )
Parameters
- fieldName
- The name of the field for the group.
- sortAscending
- Sort the group field data in ascending order.
- caseSensitiveSort
- Use case sensitive compares when sorting the group field data.
- parentGroupFieldName
- The name of the parent group. If empty, the group will be the topmost group.