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