Skip to main content
A newer version of this page is available. .

XlValueObject.Empty Property

Returns an empty object.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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