[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.Remove

Remove Method

Remove(T)

Removes the specified T from the collection.

Declaration
public void Remove(T value)
Public Sub Remove(value As T)
Parameters
Type Name Description
T value

The T to remove from the collection.

Exceptions
Type Condition
ArgumentException

The specified object is not found in the collection.