Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateTimeFieldCollection Class / Add Method
The T to add.


In This Topic
    Add Method (DateTimeFieldCollection)
    In This Topic
    Adds the specified T to the collection.
    Syntax
    'Declaration
     
    
    Public Function Add( _
       ByVal value As DateField _
    ) As Integer
    'Usage
     
    
    Dim instance As DateTimeFieldCollection
    Dim value As DateField
    Dim value As Integer
     
    value = instance.Add(value)
    public int Add( 
       DateField value
    )

    Parameters

    value
    The T to add.

    Return Value

    The index at which the new element was inserted.
    See Also