GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TimeSpanDisplayFieldCollectionInfo Class / Remove Method
The T to remove from the collection.


In This Topic
Remove Method (TimeSpanDisplayFieldCollectionInfo)
In This Topic
Removes the specified T from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As TimeSpanDisplayFieldInfo _
) 
 
'Usage
 
Dim instance As TimeSpanDisplayFieldCollectionInfo
Dim value As TimeSpanDisplayFieldInfo
 
instance.Remove(value)

Parameters

value
The T to remove from the collection.
See Also