Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CircularCellChangedEventArgs Class / Included Property


In This Topic
    Included Property
    In This Topic
    Gets a boolean indicating whether the circular cell(s) is detected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Included As Boolean
    'Usage
     
    
    Dim instance As CircularCellChangedEventArgs
    Dim value As Boolean
     
    value = instance.Included
    public bool Included {get;}
    Remarks
    true if the circular cell(s) is detected; otherwise, the circular cell(s) is broken.
    See Also