ImportDataRow

Cells.ImportDataRow method

Импортирует DataRow в файл Excel.

public void ImportDataRow(DataRow dataRow, int row, int firstColumn)
ПараметрТипОписание
dataRowDataRowОбъект DataRow.
rowInt32Индекс строки.
firstColumnInt32Индекс первого столбца.

Смотрите также