Spread WPF 17
GrapeCity.Excel Namespace / IExcelFont Interface / UnderLineStyle Property


In This Topic
    UnderLineStyle Property (IExcelFont)
    In This Topic
    Gets or sets the under line style.
    Syntax
    'Declaration
     
    Property UnderLineStyle As UnderLineStyle
    'Usage
     
    Dim instance As IExcelFont
    Dim value As UnderLineStyle
     
    instance.UnderLineStyle = value
     
    value = instance.UnderLineStyle
    UnderLineStyle UnderLineStyle {get; set;}

    Property Value

    The under line style.
    See Also