Link Search Menu Expand Document

SpreadsheetExportToDataTable Method (String)

Return new DataTable object filled from specified worksheet.

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

Parameters

worksheetName
Type: SystemString
Name of worksheet to export

Return Value

Type: DataTable

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

Implements

ISpreadsheetExportToDataTable(String)
See Also

Reference