Aspose::Cells::Cells::ImportFormulaArray method

Cells::ImportFormulaArray method

Imports an array of formula into a worksheet.

void Aspose::Cells::Cells::ImportFormulaArray(const Vector<U16String> &stringArray, int32_t firstRow, int32_t firstColumn, bool isVertical)
ParameterTypeDescription
stringArrayconst Vector <U16String>&Formula array.
firstRowint32_tThe row number of the first cell to import in.
firstColumnint32_tThe column number of the first cell to import in.
isVerticalboolSpecifies to import data vertically or horizontally.

See Also