HyperlinkBase Property

Office Open XML

Gets/sets the HyperlinkBase property of the document (extended property)

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public Uri HyperlinkBase { get; set; }
Visual Basic (Declaration)
Public Property HyperlinkBase As Uri
Visual C++
public:
property Uri^ HyperlinkBase {
	Uri^ get ();
	void set (Uri^ value);
}

See Also