Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DateFieldCollection Class / Add Method / Add(DateField) Method
The object to be added to the end of the DateFieldCollection.


In This Topic
    Add(DateField) Method
    In This Topic
    Adds a DateField to the end of the DateFieldCollection.
    Syntax
    'Declaration
     
    <EditorBrowsableAttribute(EditorBrowsableState.Always)>
    Public Overloads Shadows Sub Add( _
       ByVal item As DateField _
    ) 
    'Usage
     
    Dim instance As DateFieldCollection
    Dim item As DateField
     
    instance.Add(item)
    [EditorBrowsable(EditorBrowsableState.Always)]
    public new void Add( 
       DateField item
    )

    Parameters

    item
    The object to be added to the end of the DateFieldCollection.
    See Also