Link Search Menu Expand Document

ISpreadsheetExportToDataTable Method (String)

Return new DataTable object filled from specified worksheet.

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
DataTable ExportToDataTable(
	string worksheetName
)

Parameters

worksheetName
Type: SystemString
Name of worksheet to export

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Bytescout.Spreadsheet.COM.ISpreadsheet.ExportToDataTable(System.String)"]

See Also

Reference