Cells.ExportArray

Cells.ExportArray method

Exports data in the Cells collection to a two-dimension array object.

public object[] ExportArray(int firstRow, int firstColumn, int totalRows, int totalColumns)
ParameterTypeDescription
firstRowInt32The row number of the first cell to export out.
firstColumnInt32The column number of the first cell to export out.
totalRowsInt32Number of rows to be exported
totalColumnsInt32Number of columns to be exported

Return Value

Exported cell value array object.

See Also