Sorts the elements in the IFormCollection.
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);
IFormCollection Interface | suite4.net.FormDatabase Namespace