Excel for WPF | ComponentOne
C1.WPF.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