Spread Windows Forms 12.0 Product Documentation
CurrentVisible Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > SheetAxisModelChangingEventArgs Class : CurrentVisible Property
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

Reference

SheetAxisModelChangingEventArgs Class
SheetAxisModelChangingEventArgs Members