SortColumn.First property
- Last UpdatedJul 19, 2024
- 1 minute read
The SortColumn.First property is a read-write string property that gets or sets the first sort column.
The default value is "Time (LCT)".
Syntax
result = AlarmClient.SortColumn.First;
AlarmClient.SortColumn.First = sortByFirst;
Example
AlarmClient1.SortColumn.First = "Class";
Remarks
Use this property in connection with the SortOrder.First to determine the sorting direction.