Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / WorkbookReference Class
Fields Methods

In This Topic
    WorkbookReference Class Members
    In This Topic

    The following tables list the members exposed by WorkbookReference.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public Field  
    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 MethodThe base directory that contains workbook. If the value is not @code:null ,@code:Name is the file name of workbook. If the value is empty, the path isthe root directory.  
    Public MethodThe base uri that contains workbook.
    If the value is not @code:null, @code:Name is the file name ofworkbook.
    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 MethodGets or sets the workbook id if the reference came from low-level storage of formulas. The default value is 0, which means the current workbook.  
    Public MethodThe name of the workbook. If the @code:BaseDirectory is not @code:null, represents the file name of the workbook.  
    Public MethodGets hash code of the workbook reference.  
    Public MethodConverts workbook reference to string.  
    Top
    See Also