Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / WorkbookReference Class / FromFilePath Method
The full path of workbook. It must be a valid file path.
In This Topic
    FromFilePath Method
    In This Topic
    Creates a workbook reference from file path.
    Syntax
    public static WorkbookReference FromFilePath( 
       System.string workbookFullPath
    )

    Parameters

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