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

TdxSpreadSheetCellStyle.Hidden Property

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

#Declaration

Delphi
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