Hyperlink Property

Office Open XML

Set the hyperlink property for a range of cells

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

Syntax

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

See Also