TdxSpreadSheetCell.IsFormula Property
Identifies if the cell object as a parsed formula expression.
Declaration
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