Skip to main content
Row

ValueObject.IsFormula Property

Gets whether the object contains a cell formula value.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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