Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / IgnoreChanged Property


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