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


In This Topic
    SheetRemoved Property
    In This Topic
    Gets a value that indicates whether the sheet is removed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SheetRemoved As Boolean
    'Usage
     
    
    Dim instance As SegmentDataChangedEventArgs
    Dim value As Boolean
     
    value = instance.SheetRemoved
    public bool SheetRemoved {get;}

    Property Value

    true if the sheet is removed; otherwise, false.
    See Also