Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / WorkbookReference Class
Properties Methods

In This Topic
    WorkbookReference Class Members
    In This Topic

    The following tables list the members exposed by WorkbookReference.

    Public Properties
     NameDescription
    Public PropertyThe base directory that contains workbook. If the value is not a null reference (Nothing in Visual Basic) (Nothing), Name is the file name of workbook. If the value is empty, the path is the root directory.  
    Public PropertyThe base uri that contains workbook.
    If the value is not a null reference (Nothing in Visual Basic) (Nothing), Name is the file name of workbook.
    For example, the base uri of https://www.grapecity.com/file/example.xlsx is https://www.grapecity.com/file . The file name is example.xlsx .  
    Public PropertyThe name of the workbook. If the BaseDirectory is not a null reference (Nothing in Visual Basic) (Nothing), represents the file name of the workbook.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  Check if the workbook reference equals to another.  
    Public Methodstatic (Shared in Visual Basic) Creates a workbook reference from file path.  
    Public Methodstatic (Shared in Visual Basic) Creates a workbook reference from workbook name.  
    Public Methodstatic (Shared in Visual Basic) Creates a workbook reference from a URI link to workbook.  
    Public Method Gets hash code of the workbook reference.  
    Public Method Converts workbook reference to string.  
    Top
    See Also