sortOrder property
Indicates that the column is sorted in ascending order (== 1
),
or in descending order (==0
).
Implementation
final int sortOrder;
Indicates that the column is sorted in ascending order (== 1
),
or in descending order (==0
).
final int sortOrder;