SpreadsheetImportFromList Method (IList, Int32)Bytescout Spreadsheet SDK
Import from IList of rows to the specified worksheet

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

public void ImportFromList(
	IList list,
	int worksheetIndex
)

Parameters

list
Type: System.CollectionsIList

[Missing <param name="list"/> documentation for "M:Bytescout.Spreadsheet.Spreadsheet.ImportFromList(System.Collections.IList,System.Int32)"]

worksheetIndex
Type: SystemInt32

[Missing <param name="worksheetIndex"/> documentation for "M:Bytescout.Spreadsheet.Spreadsheet.ImportFromList(System.Collections.IList,System.Int32)"]

Implements

ISpreadsheetImportFromList(IList, Int32)
See Also

Reference