Remove Method (C1CollectionView)
Removes the first occurrence of a specific item from the underlying collection.
public System.bool Remove(
System.object
)
'Declaration
Public Function Remove( _
ByVal As System.Object _
) As System.Boolean
Parameters
- item
- The item to remove.
Return Value
true if item was removed from the collection; otherwise,false.