Skip to main content
All docs
V26.1
  • CellValue.NumericValue Property

    Gets or sets the numeric value of the cell.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public double NumericValue { get; set; }

    Property Value

    Type Description
    Double

    The numeric cell value.

    Remarks

    Use the CellValue.IsNumeric property to determine whether the cell value is numeric.

    See Also