Cells.ImportDataRow

Cells.ImportDataRow method

Imports a DataRow into the Excel file.

public void ImportDataRow(DataRow dataRow, int row, int firstColumn)
ParameterTypeDescription
dataRowDataRowDataRow object.
rowInt32Row index.
firstColumnInt32First column index.

See Also