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

TdxSpreadSheetCell.IsFormula Property

Identifies if the cell object as a parsed formula expression.

#Declaration

Delphi
property IsFormula: Boolean read;

#Property Value

Type
Boolean

#Remarks

This property returns True if the cell object contains a formula expression accessible via the AsFormula property; otherwise – False. The DataType property returns cdtFormula if the IsFormula property returns True.

To assign a formula expression to the cell object, you can either call the SetText procedure or assign a new formula object to the AsFormula property.

See Also