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

    Gets whether the object contains an expression value.

    Namespace: DevExpress.Export.Xl

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public bool IsExpression { get; }

    Property Value

    Type Description
    Boolean

    true, if the parameter has an expression value; otherwise, false.

    Remarks

    To get information on an expression, use the XlValueObject.Expression property.

    See Also