ConvertR1C1FormulaToA1
CellsHelper.ConvertR1C1FormulaToA1 method
将单元格的r1c1公式转换为A1公式。
public static string ConvertR1C1FormulaToA1(string r1c1Formula, int row, int column)
范围 | 类型 | 描述 |
---|---|---|
r1c1Formula | String | r1c1 公式。 |
row | Int32 | 单元格的行索引。 |
column | Int32 | 单元格的列索引。 |
返回值
A1 公式。
也可以看看
- class CellsHelper
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells