[]
Gets the formula string of a sheet cell range.
protected string GetFormula(SheetView sheetView, CellRange cellRange)
Protected Function GetFormula(sheetView As SheetView, cellRange As CellRange) As String
Type | Name | Description |
---|---|---|
SheetView | sheetView | The sheet view. |
CellRange | cellRange | The cell range. |
Type | Description |
---|---|
string | A formula string. |
Gets the formula string of multiple sheet cell ranges.
protected string GetFormula(SheetCellRange[] cellRanges, bool useOpeningQuote)
Protected Function GetFormula(cellRanges As SheetCellRange(), useOpeningQuote As Boolean) As String
Type | Name | Description |
---|---|---|
SheetCellRange[] | cellRanges | The cell ranges. |
bool | useOpeningQuote | if set to |
Type | Description |
---|---|
string | A formula string. |