Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / ShouldUseLastSwitchStatus Property


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