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


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

    Parameters

    value
    The T to remove from the collection.
    See Also