Skip to main content
All docs
V25.1
  • XlValueObject.IsFormula Property

    Gets whether the object contains a cell formula value.

    Namespace: DevExpress.Export.Xl

    Assembly: DevExpress.Printing.v25.1.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