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

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-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