ListObject.PutCellFormula

PutCellFormula(int, int, string)

Put the formula to the cell in the table.

public void PutCellFormula(int rowOffset, int columnOffset, string formula)
ParameterTypeDescription
rowOffsetInt32The row offset in the table.
columnOffsetInt32The column offset in the table.
formulaStringThe formula of the cell.

See Also


PutCellFormula(int, int, string, bool)

Put the formula to the cell in the table.

public void PutCellFormula(int rowOffset, int columnOffset, string formula, bool isTotalsRowFormula)
ParameterTypeDescription
rowOffsetInt32The row offset in the table.
columnOffsetInt32The column offset in the table.
formulaStringThe formula of the cell.
isTotalsRowFormulaBoolean

See Also