[]
The formula of the CfValue at the base row, column.
protected string ParseFormula(CfValue cfValue, Worksheet worksheet, int baseRow, int baseColumn)
Protected Function ParseFormula(cfValue As CfValue, worksheet As Worksheet, baseRow As Integer, baseColumn As Integer) As String
Type | Name | Description |
---|---|---|
CfValue | cfValue | The CfValue. |
Worksheet | worksheet | The current worksheet. |
int | baseRow | The base row index. |
int | baseColumn | The base column index. |
Type | Description |
---|---|
string | The formula of the CfValue at the base row, column. |