Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / LineFormat Class / fAxisOn Property


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