UnderLineType Property

Office Open XML

[Missing <summary> documentation for "P:OfficeOpenXml.Style.ExcelFont.UnderLineType"]

Namespace:  OfficeOpenXml.Style
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