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

XlValueObject.IsFormula Property

Gets whether the object contains a cell formula value.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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