ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ISupportEditing Interface / CanInsert Method
The index where the items would be inserted.

In This Topic
    CanInsert Method (ISupportEditing)
    In This Topic
    Determines whether a new item can be inserted in the collection at the specified index.
    Syntax
    'Declaration
     
    Function CanInsert( _
       ByVal index As System.Integer _
    ) As System.Boolean
    System.bool CanInsert( 
       System.int index
    )

    Parameters

    index
    The index where the items would be inserted.
    See Also