Skip to main content

XlValueObject.IsFormula Property

Gets whether the object contains a cell formula value.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.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 XlValueObject.Formula property.

See Also