ExportArray
Cells.ExportArray method
导出数据Cells
集合到一个二维数组对象.
public object[] ExportArray(int firstRow, int firstColumn, int totalRows, int totalColumns)
范围 | 类型 | 描述 |
---|---|---|
firstRow | Int32 | 要导出的第一个单元格的行号。 |
firstColumn | Int32 | 要导出的第一个单元格的列号。 |
totalRows | Int32 | 要导出的行数 |
totalColumns | Int32 | 要导出的列数 |
返回值
导出的单元格值数组对象。
也可以看看
- class Cells
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells