suite4.net.FormDatabase Documentation

IFormCollection.Sort Method

Sorts the elements in the IFormCollection.

Overload List

Sorts the elements in the IFormCollection.

void Sort();

Sorts the elements in the IFormCollection by the specified SortProperty.

void Sort(FormSortProperty);

Sorts the elements in the IFormCollection using the specified SortProperty and SortDirection values.

void Sort(FormSortProperty,ListSortDirection);

Sorts the elements in the IFormCollection using the specified direction.

void Sort(ListSortDirection);

See Also

IFormCollection Interface | suite4.net.FormDatabase Namespace