ImportObjectArray

ImportObjectArray(object[], int, int, bool)

将数据数组导入工作表。

public void ImportObjectArray(object[] objArray, int firstRow, int firstColumn, bool isVertical)
范围类型描述
objArrayObject[]数据数组。
firstRowInt32要导入的第一个单元格的行号。
firstColumnInt32要导入的第一个单元格的列号。
isVerticalBoolean指定垂直或水平导入数据。

也可以看看


ImportObjectArray(object[], int, int, bool, int)

将数据数组导入工作表。

public void ImportObjectArray(object[] objArray, int firstRow, int firstColumn, bool isVertical, 
    int skip)
范围类型描述
objArrayObject[]数据数组。
firstRowInt32要导入的第一个单元格的行号。
firstColumnInt32要导入的第一个单元格的列号。
isVerticalBoolean指定垂直或水平导入数据。
skipInt32跳过的行数或列数。

也可以看看