UnderLineType Property

Office Open XML

If the font is underlined

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

Syntax

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

See Also