Cells.ExportTypeArray

Cells.ExportTypeArray method

Exports cell value type in the Cells collection to a two-dimension array object.

public CellValueType[] ExportTypeArray(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 array object representing cell value types.

See Also