Aspose::Cells::Cell::SetTableFormula method

Cell::SetTableFormula(int32_t, int32_t, const U16String&, const U16String&, const Vector <Vector <Aspose::Cells::Object>>&) method

Create two-variable data table for given range starting from this cell.

void Aspose::Cells::Cell::SetTableFormula(int32_t rowNumber, int32_t columnNumber, const U16String &rowInputCell, const U16String &columnInputCell, const Vector<Vector<Aspose::Cells::Object>> &values)
ParameterTypeDescription
rowNumberint32_tNumber of rows to populate the formula.
columnNumberint32_tNumber of columns to populate the formula.
rowInputCellconst U16String&the row input cell
columnInputCellconst U16String&the column input cell
valuesconst Vector <Vector <Aspose::Cells::Object>>&values for cells in table formula range

See Also

Cell::SetTableFormula(int32_t, int32_t, const char16_t*, const char16_t*, const Vector <Vector <Aspose::Cells::Object>>&) method

Create two-variable data table for given range starting from this cell.

void Aspose::Cells::Cell::SetTableFormula(int32_t rowNumber, int32_t columnNumber, const char16_t *rowInputCell, const char16_t *columnInputCell, const Vector<Vector<Aspose::Cells::Object>> &values)
ParameterTypeDescription
rowNumberint32_tNumber of rows to populate the formula.
columnNumberint32_tNumber of columns to populate the formula.
rowInputCellconst char16_t*the row input cell
columnInputCellconst char16_t*the column input cell
valuesconst Vector <Vector <Aspose::Cells::Object>>&values for cells in table formula range

See Also

Cell::SetTableFormula(int32_t, int32_t, const U16String&, bool, const Vector <Vector <Aspose::Cells::Object>>&) method

Create one-variable data table for given range starting from this cell.

void Aspose::Cells::Cell::SetTableFormula(int32_t rowNumber, int32_t columnNumber, const U16String &inputCell, bool isRowInput, const Vector<Vector<Aspose::Cells::Object>> &values)
ParameterTypeDescription
rowNumberint32_tNumber of rows to populate the formula.
columnNumberint32_tNumber of columns to populate the formula.
inputCellconst U16String&the input cell
isRowInputboolIndicates whether the input cell is a row input cell(true) or a column input cell(false).
valuesconst Vector <Vector <Aspose::Cells::Object>>&values for cells in table formula range

See Also

Cell::SetTableFormula(int32_t, int32_t, const char16_t*, bool, const Vector <Vector <Aspose::Cells::Object>>&) method

Create one-variable data table for given range starting from this cell.

void Aspose::Cells::Cell::SetTableFormula(int32_t rowNumber, int32_t columnNumber, const char16_t *inputCell, bool isRowInput, const Vector<Vector<Aspose::Cells::Object>> &values)
ParameterTypeDescription
rowNumberint32_tNumber of rows to populate the formula.
columnNumberint32_tNumber of columns to populate the formula.
inputCellconst char16_t*the input cell
isRowInputboolIndicates whether the input cell is a row input cell(true) or a column input cell(false).
valuesconst Vector <Vector <Aspose::Cells::Object>>&values for cells in table formula range

See Also

Cell::SetTableFormula(int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const Vector <Vector <Aspose::Cells::Object>>&) method

Create two-variable data table for given range starting from this cell.

void Aspose::Cells::Cell::SetTableFormula(int32_t rowNumber, int32_t columnNumber, int32_t rowIndexOfRowInputCell, int32_t columnIndexOfRowInputCell, int32_t rowIndexOfColumnInputCell, int32_t columnIndexOfColumnInputCell, const Vector<Vector<Aspose::Cells::Object>> &values)
ParameterTypeDescription
rowNumberint32_tNumber of rows to populate the formula.
columnNumberint32_tNumber of columns to populate the formula.
rowIndexOfRowInputCellint32_trow index of the row input cell
columnIndexOfRowInputCellint32_tcolumn index of the row input cell
rowIndexOfColumnInputCellint32_trow index of the column input cell
columnIndexOfColumnInputCellint32_tcolumn index of the column input cell
valuesconst Vector <Vector <Aspose::Cells::Object>>&values for cells in table formula range

See Also

Cell::SetTableFormula(int32_t, int32_t, int32_t, int32_t, bool, const Vector <Vector <Aspose::Cells::Object>>&) method

Create one-variable data table for given range starting from this cell.

void Aspose::Cells::Cell::SetTableFormula(int32_t rowNumber, int32_t columnNumber, int32_t rowIndexOfInputCell, int32_t columnIndexOfInputCell, bool isRowInput, const Vector<Vector<Aspose::Cells::Object>> &values)
ParameterTypeDescription
rowNumberint32_tNumber of rows to populate the formula.
columnNumberint32_tNumber of columns to populate the formula.
rowIndexOfInputCellint32_trow index of the input cell
columnIndexOfInputCellint32_tcolumn index of the input cell
isRowInputboolIndicates whether the input cell is a row input cell(true) or a column input cell(false).
valuesconst Vector <Vector <Aspose::Cells::Object>>&values for cells in table formula range

See Also