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

    Converts the object’s value to cell error type and returns the result.

    Namespace: DevExpress.Export.Xl

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public IXlCellError ErrorValue { get; }

    Property Value

    Type Description
    IXlCellError

    An object that contains information on a cell error.

    Remarks

    To determine whether the value is of the error type, use the IsError property.

    For more information on cell values, refer to the Cell Data Types and Cell Error Types documents.

    See Also