Link Search Menu Expand Document

WorksheetsAddFromFile Method (String)

Adds the worksheet from CSV file.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public Worksheet AddFromFile(
	string FileName
)

Parameters

FileName
Type: SystemString
Name of the file.

Return Value

Type: Worksheet

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

Implements

IWorksheetsAddFromFile(String)
See Also

Reference