'Declaration
Protected Function ParseCellRanges( _ ByVal formula As String, _ ByVal errorAsNull As Boolean _ ) As List(Of SheetCellRange)
'Usage
Dim instance As ChartSelectDataSource 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.