Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetSheetProtectionOptions.ActualAllowSelectUnlockedCells Property

Identifies if an end-user can select cells in a worksheet.

#Declaration

Delphi
property ActualAllowSelectUnlockedCells: Boolean index 10 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 AllowSelectUnlockedCells property is set to False. Otherwise, the ActualAllowSelectUnlockedCells property returns True.

The ActualAllowSelectLockedCells property affects the end-user capability to select any cells in a worksheet 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.

Note

If the ActualAllowSelectUnlockedCells property returns False, the ActualAllowSelectLockedCells property returns False as well.

See Also