[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.WorkbookReference.BaseUri

BaseUri Property

BaseUri

包含工作簿的基本uri。
如果该值不是null (Nothing ),则 Name 是工作簿的文件名。
例如,https://www.grapecity.com/file/example.xlsx 的基本uri是 https://www.grapecity.com/file。文件名是 example.xlsx。

Declaration
public string BaseUri { get; }