Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFont Class / Underline Property


In This Topic
    Underline Property (ExcelFont)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Underline As Boolean
    'Usage
     
    
    Dim instance As ExcelFont
    Dim value As Boolean
     
    value = instance.Underline
    public bool Underline {get;}
    See Also