CanInsert Method (C1EditableDataCollection<T>)
In This Topic
Determines whether a new item can be inserted in the collection at the specified index.
Syntax
'Declaration
Public Overrides Function CanInsert( _
ByVal As Integer _
) As Boolean
public override bool CanInsert(
int
)
Parameters
- index
- The index where the items would be inserted.
See Also