[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.WorkbookReference.FromFilePath

FromFilePath Method

FromFilePath(string)

Creates a workbook reference from file path.

Declaration
public static WorkbookReference FromFilePath(string workbookFullPath)
Parameters
Type Name Description
string workbookFullPath

The full path of workbook. It must be a valid file path.

Returns
Type Description
WorkbookReference

A new WorkbookReference instance representing the workbook file.