In This Topic
The 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 .
Syntax
public System.string BaseUri {get;}
See Also