Name | Description | |
---|---|---|
![]() | equals | Overloaded. Check if the workbook reference equals to another. |
![]() ![]() | FromFilePath | Creates a workbook reference from file path. |
![]() ![]() | FromName | Creates a workbook reference from workbook name. |
![]() ![]() | FromUri | Creates a workbook reference from a URI link to workbook. |
![]() | getBaseDirectory | The 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. |
![]() | getBaseUri | The 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 . |
![]() | getId | Gets 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. |
![]() | getName | The name of the workbook. If the @code:BaseDirectory is not @code:null, represents the file name of the workbook. |
![]() | hashCode | Gets hash code of the workbook reference. |
![]() | toString | Converts workbook reference to string. |