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

    Returns an empty object.

    Namespace: DevExpress.Export.Xl

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public static XlValueObject Empty { get; }

    Property Value

    Type Description
    XlValueObject

    A XlValueObject object specifying an empty value.

    Remarks

    Use the IsEmpty property to check whether the object is empty.

    See Also