Link Search Menu Expand Document

ISpreadsheetImportFromDataTable Method (DataTable, String)

Import rows and columns from DataTable to specified worksheet.

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
void ImportFromDataTable(
	DataTable dataTable,
	string worksheetName
)

Parameters

dataTable
Type: System.DataDataTable

[Missing <param name="dataTable"/> documentation for "M:Bytescout.Spreadsheet.COM.ISpreadsheet.ImportFromDataTable(System.Data.DataTable,System.String)"]

worksheetName
Type: SystemString

[Missing <param name="worksheetName"/> documentation for "M:Bytescout.Spreadsheet.COM.ISpreadsheet.ImportFromDataTable(System.Data.DataTable,System.String)"]

See Also

Reference