Sorts the elements in the IGroupCollection.
Sorts the elements in the IGroupCollection.
void Sort();
Sorts the elements in the IGroupCollection by the specified SortProperty.
void Sort(GroupSortProperty);
Sorts the elements in the IGroupCollection using the specified SortProperty and SortDirection values.
void Sort(GroupSortProperty,ListSortDirection);
Sorts the elements in the IGroupCollection using the specified direction.
void Sort(ListSortDirection);
IGroupCollection Interface | suite4.net.FormDatabase Namespace