ExportArray

Cells.ExportArray method

导出数据Cells集合到一个二维数组对象.

public object[] ExportArray(int firstRow, int firstColumn, int totalRows, int totalColumns)
范围类型描述
firstRowInt32要导出的第一个单元格的行号。
firstColumnInt32要导出的第一个单元格的列号。
totalRowsInt32要导出的行数
totalColumnsInt32要导出的列数

返回值

导出的单元格值数组对象。

也可以看看