[]
Gets or sets the hyperlink base property.
string HyperlinkBase { get; set; }
Property HyperlinkBase As String
| Type | Description |
|---|---|
| string | The hyperlink base property value. |
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.HyperlinkBase = "https://www.example.com/docs/";
string hyperlinkBase = properties.HyperlinkBase;