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

IXlCellError.Value Property

Returns an XlVariantValue corresponding to the current cell error.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

XlVariantValue Value { get; }

Property Value

Type Description
XlVariantValue

An XlVariantValue object.

See Also