SpreadsheetImportFromDataTable Method (DataTable, UInt32)Bytescout Spreadsheet SDK
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.1.2054-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