SortColumn.Second property
- Last UpdatedJul 19, 2024
- 1 minute read
The SortColumn.Second property is a read-write string property that gets or sets the second sort column.
The default value is blank.
Syntax
result = AlarmClient.SortColumn.Second;
AlarmClient.SortColumn.Second = sortBySecond;
Example
AlarmClient1.SortColumn.Second = "Type";
Remarks
Use this property in connection with the SortOrder.Second to determine the sorting direction.