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

    Converts the object’s value to XlExpression and returns the result.

    Namespace: DevExpress.Export.Xl

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

    NuGet Package: DevExpress.Printing.Core

    #Declaration

    public XlExpression Expression { get; }

    #Property Value

    Type Description
    XlExpression

    A XlExpression value.

    #Remarks

    To determine whether the value is of the boolean type, use the IsExpression property.

    See Also