[]
        
(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)
Public Shared Function FromFilePath(workbookFullPath As String) As WorkbookReference
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.