ConvertA1FormulaToR1C1

CellsHelper.ConvertA1FormulaToR1C1 method

Konverterar A1-formeln för cellen till r1c1-formeln.

public static string ConvertA1FormulaToR1C1(string formula, int row, int column)
ParameterTypBeskrivning
formulaStringA1-formeln.
rowInt32Cellens radindex.
columnInt32Kolumnindex för cellen.

Returvärde

R1C1-formeln.

Se även