Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / IsNumericData Method
The value.
Returns true if cellType is aFarPoint.Win.Spread.CellType.DateTimeCellType; otherwise, returns false.


In This Topic
    IsNumericData Method
    In This Topic
    Determines whether the specified value is numeric.
    Syntax
    'Declaration
     
    
    Public Function IsNumericData( _
       ByVal value As Object, _
       ByVal cellType As ICellType _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim value As Object
    Dim cellType As ICellType
    Dim value As Boolean
     
    value = instance.IsNumericData(value, cellType)
    public bool IsNumericData( 
       object value,
       ICellType cellType
    )

    Parameters

    value
    The value.
    cellType
    Returns true if cellType is aFarPoint.Win.Spread.CellType.DateTimeCellType; otherwise, returns false.

    Return Value

    true if the specified value is numeric; otherwise, false.
    See Also