suite4.net.FormDatabase Documentation

IFormCollection.Sort Method (FormSortProperty)

Sorts the elements in the IFormCollection by the specified SortProperty.

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

Parameters

sortProperty
The SortProperty the collection is to be sorted by.

Remarks

See Also

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