Cells.ImportFormulaArray

Cells.ImportFormulaArray method

Imports an array of formula into a worksheet.

public void ImportFormulaArray(string[] stringArray, int firstRow, int firstColumn, bool isVertical)
ParameterTypeDescription
stringArrayString[]Formula array.
firstRowInt32The row number of the first cell to import in.
firstColumnInt32The column number of the first cell to import in.
isVerticalBooleanSpecifies to import data vertically or horizontally.

See Also