TdxSpreadSheetSheetProtectionOptions.ActualAllowSort Property
Identifies if an end-user can sort unlocked cells in a worksheet.
Declaration
property ActualAllowSort: Boolean index 11 read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns False
if both the worksheet is protected (that is, the worksheet’s Options.Protected and/or OptionsProtection.Protected properties are set to True
) and the AllowSort property is set to False
. Otherwise, the ActualAllowSort
property returns True
.
The ActualAllowSort
property value affects the availability of the SortAscending and SortDescending commands when only unlocked cells are selected.
See Also