ConvertA1FormulaToR1C1

CellsHelper.ConvertA1FormulaToR1C1 method

将单元格的 A1 公式转换为 r1c1 公式。

public static string ConvertA1FormulaToR1C1(string formula, int row, int column)
范围类型描述
formulaStringA1 公式。
rowInt32单元格的行索引。
columnInt32单元格的列索引。

返回值

R1C1 公式。

也可以看看