suite4.net.FormDatabase Documentation

IGroupCollection.Sort Method (GroupSortProperty)

Sorts the elements in the IGroupCollection by the specified SortProperty.

[Visual Basic]
Sub Sort( _
   ByVal sortProperty As GroupSortProperty _
)
[C#]
void Sort(
   GroupSortProperty sortProperty
);

Parameters

sortProperty
The SortProperty the collection is to be sorted by.

Remarks

See Also

IGroupCollection Interface | suite4.net.FormDatabase Namespace | IGroupCollection.Sort Overload List