Skip to main content

TdxSpreadSheetCellStyle.Hidden Property

Specifies if a cell object‘s parsed formula expression is hidden in a protected worksheet.

Declaration

property Hidden: Boolean read; write;

Property Value

Type
Boolean

Remarks

This property’s value determines if the Formula Bar‘s Edit box displays a cell’s formula expression if the cell is focused and its worksheet is protected. If a user is able to invoke an in-place editor for this cell in a protected worksheet (that is, the Locked property is set to False), the editor appears empty and can overwrite an existing formula expression.

Spreadsheet controls correctly persist this cell style attribute in supported spreadsheet document file formats, but the current ExpressSpreadSheet Suite version does not implement the “Hidden” attribute-related behavior.

The default Hidden property value is False.

See Also