suite4.net.FormDatabase Documentation

ITaskCollection.Sort Method (TaskSortProperty)

Sorts the elements in the ITaskCollection by the specified SortProperty.

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

Parameters

sortProperty
The SortProperty the collection is to be sorted by.

Remarks

See Also

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