ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLFontFormatting Class / Underline Property

In This Topic
    Underline Property (XLFontFormatting)
    In This Topic
    Gets or sets underline type for this formating.
    Syntax
    'Declaration
     
    Public Property Underline As XLUnderlineStyle
    public XLUnderlineStyle Underline {get; set;}
    See Also