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

    Returns whether the current value type is numeric.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public bool IsNumeric { get; }

    Property Value

    Type Description
    Boolean

    true if the cell stores a numeric value; otherwise, false.

    Remarks

    Use the CellValue.NumericValue property to assign a numeric value to a cell.

    See Also