SpreadsheetImportFromList Method (IList)Bytescout Spreadsheet SDK
Import from IList of rows. Each row will contain IList of columns.

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public void ImportFromList(
	IList list
)

Parameters

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

Implements

ISpreadsheetImportFromList(IList)
See Also

Reference