WorksheetsAddFromFile Method (String)Bytescout Spreadsheet SDK
Adds the worksheet from CSV file.

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