Skip to main content
All docs
V25.1
  • XlValueObject.NumericValue Property

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

    Namespace: DevExpress.Export.Xl

    Assembly: DevExpress.Printing.v25.1.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