Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFont Interface / Underline Property


In This Topic
    Underline Property (IFont)
    In This Topic
    Gets or sets the type of underline applied to the font.
    Syntax
    'Declaration
     
    
    Property Underline As UnderlineStyle
    'Usage
     
    
    Dim instance As IFont
    Dim value As UnderlineStyle
     
    instance.Underline = value
     
    value = instance.Underline
    UnderlineStyle Underline {get; set;}

    Property Value

    The underline.
    See Also