Link Search Menu Expand Document

SpreadsheetExportToList Method (IList, Int32)

Export the worksheet specified by index to the list

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public void ExportToList(
	IList list,
	int worksheetIndex
)

Parameters

list
Type: System.CollectionsIList
List must be a 2 dimensional string array
worksheetIndex
Type: SystemInt32
Index of worksheet to export

Implements

ISpreadsheetExportToList(IList, Int32)
See Also

Reference