ConvertA1FormulaToR1C1
CellsHelper.ConvertA1FormulaToR1C1 method
Converts A1 formula of the cell to the r1c1 formula.
public static string ConvertA1FormulaToR1C1(string formula, int row, int column)
Parameter | Type | Description |
---|---|---|
formula | String | The A1 formula. |
row | Int32 | The row index of the cell. |
column | Int32 | The column index of the cell. |
Return Value
The R1C1 formula.
See Also
- class CellsHelper
- namespace Aspose.Cells
- assembly Aspose.Cells