Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ValueObject.IsFormula Property

Gets whether the object contains a cell formula value.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.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