suite4.net.FormDatabase Documentation

IGroupCollection.Sort Method

Sorts the elements in the IGroupCollection.

Overload List

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);

See Also

IGroupCollection Interface | suite4.net.FormDatabase Namespace