SetSort() method
- Last UpdatedSep 20, 2024
- 1 minute read
The SetSort method sets the level of sorting according to the defined sort columns and sort orders.
Syntax
AlarmClient.SetSort(Level);
Parameters
Level
The level of sorting:
|
Value |
Description |
|---|---|
|
1 |
Only use the first sort column. |
|
2 |
Use first and second sort columns. |
|
3 |
Use first, second, and third sort columns. |
|
4 |
Use first, second, third, and fourth sort columns. |
Example
AlarmClient1.SetSort(2);
Remarks
Use the Show.Sort method to open the Sort dialog box instead.