Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / ParseCellRange Method
The formula.


In This Topic
    ParseCellRange Method
    In This Topic
    Parses the cell range.
    Syntax
    'Declaration
     
    
    Protected Function ParseCellRange( _
       ByVal formula As String _
    ) As SheetCellRange
    'Usage
     
    
    Dim instance As ModelessForm
    Dim formula As String
    Dim value As SheetCellRange
     
    value = instance.ParseCellRange(formula)
    protected SheetCellRange ParseCellRange( 
       string formula
    )

    Parameters

    formula
    The formula.
    See Also