Aspose::Cells::Cell::SetSharedFormula method

Cell::SetSharedFormula(const U16String&, int32_t, int32_t) method

Sets shared formulas to a range of cells.

void Aspose::Cells::Cell::SetSharedFormula(const U16String &sharedFormula, int32_t rowNumber, int32_t columnNumber)
ParameterTypeDescription
sharedFormulaconst U16String&Shared formula.
rowNumberint32_tNumber of rows to populate the formula.
columnNumberint32_tNumber of columns to populate the formula.

See Also

Cell::SetSharedFormula(const char16_t*, int32_t, int32_t) method

Sets shared formulas to a range of cells.

void Aspose::Cells::Cell::SetSharedFormula(const char16_t *sharedFormula, int32_t rowNumber, int32_t columnNumber)
ParameterTypeDescription
sharedFormulaconst char16_t*Shared formula.
rowNumberint32_tNumber of rows to populate the formula.
columnNumberint32_tNumber of columns to populate the formula.

See Also

Cell::SetSharedFormula(const U16String&, int32_t, int32_t, const FormulaParseOptions&) method

Sets shared formulas to a range of cells.

void Aspose::Cells::Cell::SetSharedFormula(const U16String &sharedFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions &options)
ParameterTypeDescription
sharedFormulaconst U16String&Shared formula.
rowNumberint32_tNumber of rows to populate the formula.
columnNumberint32_tNumber of columns to populate the formula.
optionsconst FormulaParseOptions&Options for parsing the formula.

See Also

Cell::SetSharedFormula(const char16_t*, int32_t, int32_t, const FormulaParseOptions&) method

Sets shared formulas to a range of cells.

void Aspose::Cells::Cell::SetSharedFormula(const char16_t *sharedFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions &options)
ParameterTypeDescription
sharedFormulaconst char16_t*Shared formula.
rowNumberint32_tNumber of rows to populate the formula.
columnNumberint32_tNumber of columns to populate the formula.
optionsconst FormulaParseOptions&Options for parsing the formula.

See Also