Link Search Menu Expand Document

SpreadsheetImportFromDataTable Method (DataTable, UInt32)

Fills the spreadsheet with rows and columns from specified DataTable. The method will automatically create new worksheet if table row count exceeds specified row limit.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public void ImportFromDataTable(
	DataTable dataTable,
	uint rowLimit
)

Parameters

dataTable
Type: System.DataDataTable
The data table.
rowLimit
Type: SystemUInt32
Worksheet row limit.
See Also

Reference