[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ModelessForm.ParseCellRanges

ParseCellRanges Method

ParseCellRanges(string, bool)

Parses the cell ranges.

Declaration
protected List<SheetCellRange> ParseCellRanges(string formula, bool errorAsNull)
Protected Function ParseCellRanges(formula As String, errorAsNull As Boolean) As List(Of SheetCellRange)
Parameters
Type Name Description
string formula

The formula.

bool errorAsNull

if set to true, we will tread all invalid formula as null expression.

Returns
Type Description
List<SheetCellRange>

A list of sheet cell range.