Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / ParseCellRanges Method
The formula.
if set to true, we will tread all invalid formula as null expression.


In This Topic
    ParseCellRanges Method
    In This Topic
    Parses the cell ranges.
    Syntax
    'Declaration
     
    
    Protected Function ParseCellRanges( _
       ByVal formula As String, _
       ByVal errorAsNull As Boolean _
    ) As List(Of SheetCellRange)
    'Usage
     
    
    Dim instance As ModelessForm
    Dim formula As String
    Dim errorAsNull As Boolean
    Dim value As List(Of SheetCellRange)
     
    value = instance.ParseCellRanges(formula, errorAsNull)
    protected List<SheetCellRange> ParseCellRanges( 
       string formula,
       bool errorAsNull
    )

    Parameters

    formula
    The formula.
    errorAsNull
    if set to true, we will tread all invalid formula as null expression.
    See Also