ExportTypeArray

Cells.ExportTypeArray method

导出单元格值类型Cells集合到一个二维数组对象.

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

返回值

出口CellValueType数组对象。

也可以看看