Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection 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 Integer _
    ) As Boolean
    bool CanInsert( 
       int index
    )

    Parameters

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