IWindowGridSetAutoSort Method
Assigns automatic sorting of a field.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void SetAutoSort(
string field,
SortOrder sort
)
Sub SetAutoSort (
field As String,
sort As SortOrder
)
Parameters
- field String
- Name of the field to sort.
- sort SortOrder
- SortOrder with the sorting type of the field.