IsColumnSort: Boolean;
The IsColumnSort property returns True if sorting by columns is set for the table.
Sorting works like follows: If values are sorted by rows this means that values are moved within rows of a given column. If values are sorted by columns, they are moved in columns of the sorted row.
The property use is given in description of the CaseSensitive property.
See also: