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

    Converts the object’s value to a worksheet formula and returns the result.

    Namespace: DevExpress.Export.Xl

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public string Formula { get; }

    Property Value

    Type Description
    String

    A string that is the worksheet formula. It starts with an equal sign (=). If conversion fails, returns an empty string.

    See Also