Cells.ImportDataView

Cells.ImportDataView method

Imports a DataView into a worksheet.

public int ImportDataView(DataView dataView, int firstRow, int firstColumn)
ParameterTypeDescription
dataViewDataViewThe DataView object to be imported.
firstRowInt32The row number of the first cell to import in.
firstColumnInt32The column number of the first cell to import in.

Return Value

Total number of rows imported

See Also