[]
Creates a workbook reference from file path.
public static WorkbookReference FromFilePath(string workbookFullPath)
Public Shared Function FromFilePath(workbookFullPath As String) As WorkbookReference
| Type | Name | Description |
|---|---|---|
| string | workbookFullPath | The full path of workbook. It must be a valid file path. |
| Type | Description |
|---|---|
| WorkbookReference | A new WorkbookReference instance representing the workbook file. |