Skip to main content

XlValueObject.Empty Property

Returns an empty object.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.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