AllowInsertHyperlinks Property

Office Open XML

Allow users to insert hyperlinks

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

Syntax

C#
public bool AllowInsertHyperlinks { get; set; }
Visual Basic (Declaration)
Public Property AllowInsertHyperlinks As Boolean
Visual C++
public:
property bool AllowInsertHyperlinks {
	bool get ();
	void set (bool value);
}

See Also