[]
Parses the cell range.
protected SheetCellRange ParseCellRange(string formula)
Protected Function ParseCellRange(formula As String) As SheetCellRange
Type | Name | Description |
---|---|---|
string | formula | The formula. |
Type | Description |
---|---|
SheetCellRange | Returns cell range that corresponds to the formula, if fomula is valid;otherwise, null. |