ISpreadsheetExportToList Method (IList, Int32)Bytescout Spreadsheet SDK
Export the worksheet specified by index to the list

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

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
See Also

Reference