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


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

    Parameters

    value
    The T to remove from the collection.
    See Also