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


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