TdxSpreadSheetSheetProtectionOptions.ActualAllowSelectLockedCells Property
Identifies if an end-user can select locked cells in a worksheet.
Declaration
property ActualAllowSelectLockedCells: Boolean index 9 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 AllowSelectLockedCells property is set to False. Otherwise, the ActualAllowSelectLockedCells property returns True.
The ActualAllowSelectLockedCells property value affects the end-user capability to select locked cells by clicking them or by navigating to them by using the Arrow Tab Enter keys, as well as the Shift+Tab and Shift+Enter key combinations.
See Also