Link Search Menu Expand Document

SpreadsheetImportFromList Method (IList, String)

Import from IList of rows to the specified worksheet

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public void ImportFromList(
	IList list,
	string worksheetName
)

Parameters

list
Type: System.CollectionsIList

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

worksheetName
Type: SystemString

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

Implements

ISpreadsheetImportFromList(IList, String)
See Also

Reference