Skip to main content
A newer version of this page is available. .
Row

ValueObject.IsFormula Property

Gets whether the object contains a cell formula value.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

public bool IsFormula { get; }

Property Value

Type Description
Boolean

true, if the object contains a cell formula; otherwise, false.

Remarks

To get a formula, use the ValueObject.Formula property.

See Also