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


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

    Parameters

    value
    The T to remove from the collection.
    See Also