SpreadsheetImportFromDataSet Method (DataSet, UInt32)Bytescout Spreadsheet SDK
Fills the spreadsheet with rows and columns from tables of specified DataSet. 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 ImportFromDataSet(
	DataSet dataSet,
	uint rowLimit
)

Parameters

dataSet
Type: System.DataDataSet
The data set.
rowLimit
Type: SystemUInt32
Worksheet row limit.
See Also

Reference