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

XlValueObject.NumericValue Property

Converts the object’s value to numeric and returns the result.

Namespace: DevExpress.Export.Xl

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

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

Declaration

public double NumericValue { get; }

Property Value

Type Description
Double

A Double value.

Remarks

Use the XlValueObject.IsNumeric property to determine if the XlValueObject has a numeric value.

See Also