ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ISupportEditing Interface / CanRemove Method
The index of the item that would be removed.

In This Topic
    CanRemove Method (ISupportEditing)
    In This Topic
    Determines whether the item at the specified index can be removed from the collection.
    Syntax
    'Declaration
     
    Function CanRemove( _
       ByVal index As System.Integer _
    ) As System.Boolean
    System.bool CanRemove( 
       System.int index
    )

    Parameters

    index
    The index of the item that would be removed.
    See Also