Skip to main content

XlValueObject.NumericValue Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.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