Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / IsNumeric Method / IsNumeric(SheetCellRange) Method
A cell range in the specified sheet view


In This Topic
    IsNumeric(SheetCellRange) Method
    In This Topic
    Determines whether the specified cell range in sheet view is numeric.
    Syntax
    'Declaration
     
    
    Public Overloads Function IsNumeric( _
       ByVal cellRange As SheetCellRange _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim cellRange As SheetCellRange
    Dim value As Boolean
     
    value = instance.IsNumeric(cellRange)
    public bool IsNumeric( 
       SheetCellRange cellRange
    )

    Parameters

    cellRange
    A cell range in the specified sheet view

    Return Value

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