ImportArrayList

Cells.ImportArrayList method

将数据数组列表导入工作表。

public void ImportArrayList(ArrayList arrayList, int firstRow, int firstColumn, bool isVertical)
范围类型描述
arrayListArrayList数据数组列表。
firstRowInt32要导入的第一个单元格的行号。
firstColumnInt32要导入的第一个单元格的列号。
isVerticalBoolean指定垂直或水平导入数据。

也可以看看