Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / TextFormat Class / Underline Property


In This Topic
    Underline Property (TextFormat)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Underline As TextUnderline
    'Usage
     
    
    Dim instance As TextFormat
    Dim value As TextUnderline
     
    instance.Underline = value
     
    value = instance.Underline
    public TextUnderline Underline {get; set;}
    See Also