XlValueObject.NumericValue Property
Converts the object’s value to numeric and returns the result.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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