Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetAxisModelChangingEventArgs Class / CurrentVisible Property


In This Topic
    CurrentVisible Property
    In This Topic
    Gets the current value of the Axis instance's Visible property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CurrentVisible As Boolean
    'Usage
     
    
    Dim instance As SheetAxisModelChangingEventArgs
    Dim value As Boolean
     
    value = instance.CurrentVisible
    public bool CurrentVisible {get;}

    Property Value

    true if current value is visible; otherwise, false.
    See Also