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

    Gets whether the object contains a Cell Error value.

    Namespace: DevExpress.Export.Xl

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public bool IsError { get; }

    Property Value

    Type Description
    Boolean

    true, if the parameter has a cell error value; otherwise, false.

    Remarks

    To get information on an error, use the XlValueObject.ErrorValue property.

    See Also