UnderLine Property

Office Open XML

Underlined text

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

Syntax

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

See Also