[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.WorkbookReference.BaseUri

BaseUri Property

BaseUri

The base uri that contains workbook.
If the value is not null (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 .

Declaration
public string BaseUri { get; }
Public ReadOnly Property BaseUri As String