Cells.ImportArrayList

Cells.ImportArrayList method

Imports an arraylist of data into a worksheet.

public void ImportArrayList(ArrayList arrayList, int firstRow, int firstColumn, bool isVertical)
ParameterTypeDescription
arrayListArrayListData arraylist.
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