Link Search Menu Expand Document

ISpreadsheetImportFromList Method (IList)

Import from IList of rows. Each row will contain IList of columns.

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
void ImportFromList(
	IList list
)

Parameters

list
Type: System.CollectionsIList
List of rows. Each row should contain an IList of columns
See Also

Reference