[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection.HyperlinkBase

HyperlinkBase Property

HyperlinkBase

Gets or sets the hyperlink base property.

Declaration
string HyperlinkBase { get; set; }
Property HyperlinkBase As String
Property Value
Type Description
string

The hyperlink base property value.

Examples
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.HyperlinkBase = "https://www.example.com/docs/";
string hyperlinkBase = properties.HyperlinkBase;