ComponentOne Excel for .NET
C1.Excel Assembly / C1.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