Skip to main content

TdxSpreadSheetSheetProtectionOptions.AllowFormatCells Property

Specifies if an end-user can format cells in a protected worksheet.

Declaration

property AllowFormatCells: Boolean index 4 read; write; default False;

Property Value

Type Default
Boolean False

Remarks

This property corresponds to the Format cells checkbox in the Protect Sheet dialog:

Set the AllowFormatCells property to True to allow an end-user to modify the cell formatting in a protected worksheet via the Format Cells dialog and/or all commands (including the corresponding keystrokes, if present) related to:

To identify if an end-user is currently able to modify cell formatting, use the ActualAllowFormatCells property.

The default value of the AllowFormatCells property is False.

See Also