[]
Parses the cell ranges.
protected List<SheetCellRange> ParseCellRanges(string formula, bool errorAsNull)
Protected Function ParseCellRanges(formula As String, errorAsNull As Boolean) As List(Of SheetCellRange)
Type | Name | Description |
---|---|---|
string | formula | The formula. |
bool | errorAsNull | if set to |
Type | Description |
---|---|
List<SheetCellRange> | A list of sheet cell range. |