ISpreadsheetExportToList Method (IList)Bytescout Spreadsheet SDK
Export rows to provided IList. Each row is String[] array of column values.

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

void ExportToList(
	IList list
)

Parameters

list
Type: System.CollectionsIList

[Missing <param name="list"/> documentation for "M:Bytescout.Spreadsheet.COM.ISpreadsheet.ExportToList(System.Collections.IList)"]

See Also

Reference