ImportDataRow

Cells.ImportDataRow method

Importe un DataRow dans le fichier Excel.

public void ImportDataRow(DataRow dataRow, int row, int firstColumn)
ParamètreTaperLa description
dataRowDataRowObjet DataRow.
rowInt32Indice de ligne.
firstColumnInt32Index de la première colonne.

Voir également