Skip to main content

TdxSpreadSheetTableView.CanSort Method

Identifies if it is possible to sort cell values.

Declaration

function CanSort: Boolean; virtual;

Returns

Type
Boolean

Remarks

This function returns True only if the following conditions are met:

Otherwise – the CanSort function returns False, and SortByColumnValues/SortByRowValues procedure calls have no effect.

See Also