Aspose::Cells::Tables::ListObject::PutCellFormula method

ListObject::PutCellFormula(int32_t, int32_t, const U16String&) method

Put the formula to the cell in the table.

void Aspose::Cells::Tables::ListObject::PutCellFormula(int32_t rowOffset, int32_t columnOffset, const U16String &formula)
ParameterTypeDescription
rowOffsetint32_tThe row offset in the table.
columnOffsetint32_tThe column offset in the table.
formulaconst U16String&The formula of the cell.

See Also

ListObject::PutCellFormula(int32_t, int32_t, const char16_t*) method

Put the formula to the cell in the table.

void Aspose::Cells::Tables::ListObject::PutCellFormula(int32_t rowOffset, int32_t columnOffset, const char16_t *formula)
ParameterTypeDescription
rowOffsetint32_tThe row offset in the table.
columnOffsetint32_tThe column offset in the table.
formulaconst char16_t*The formula of the cell.

See Also

ListObject::PutCellFormula(int32_t, int32_t, const U16String&, bool) method

Put the formula to the cell in the table.

void Aspose::Cells::Tables::ListObject::PutCellFormula(int32_t rowOffset, int32_t columnOffset, const U16String &formula, bool isTotalsRowFormula)
ParameterTypeDescription
rowOffsetint32_tThe row offset in the table.
columnOffsetint32_tThe column offset in the table.
formulaconst U16String&The formula of the cell.
isTotalsRowFormulabool

See Also

ListObject::PutCellFormula(int32_t, int32_t, const char16_t*, bool) method

Put the formula to the cell in the table.

void Aspose::Cells::Tables::ListObject::PutCellFormula(int32_t rowOffset, int32_t columnOffset, const char16_t *formula, bool isTotalsRowFormula)
ParameterTypeDescription
rowOffsetint32_tThe row offset in the table.
columnOffsetint32_tThe column offset in the table.
formulaconst char16_t*The formula of the cell.
isTotalsRowFormulabool

See Also