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