Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SegmentDataChangedEventArgs Class / RangeRemoved Property


In This Topic
    RangeRemoved Property
    In This Topic
    Gets a value that indicates whether [range removed].
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RangeRemoved As Boolean
    'Usage
     
    
    Dim instance As SegmentDataChangedEventArgs
    Dim value As Boolean
     
    value = instance.RangeRemoved
    public bool RangeRemoved {get;}

    Property Value

    true if [range removed]; otherwise, false.
    See Also