CanReplace Method (ISupportRangeEditing<T>)
In This Topic
Determines whether the item at the specified can be replaced in the collection.
Syntax
'Declaration
Function CanReplace( _
ByVal As Integer, _
ByVal As _
) As Boolean
Parameters
- index
- The index of the item that would be replaced.
- item
- The item that would be replaced.
See Also