ImportFormulaArray

Cells.ImportFormulaArray method

Importerar en matris med formel till ett kalkylblad.

public void ImportFormulaArray(string[] stringArray, int firstRow, int firstColumn, bool isVertical)
ParameterTypBeskrivning
stringArrayString[]Formel array.
firstRowInt32Radnumret för den första cellen att importera i.
firstColumnInt32Kolumnnumret för den första cellen att importera i.
isVerticalBooleanAnger att importera data vertikalt eller horisontellt.

Se även