A Sandcastle Documented Class Library
Underline Property
Namespaces ► Yogesh.ExcelXml ► FontOptionsBase ► Underline
Gets or sets font's underline property

C# | Visual Basic | Visual C++ |
public bool Underline { get; set; }
Public Property Underline As Boolean
public: virtual property bool Underline { bool get () sealed; void set (bool value) sealed; }