Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateTimeFieldCollection Class / OnAddRange Method
The new value of the element array.


In This Topic
    OnAddRange Method (DateTimeFieldCollection)
    In This Topic
    Performs additional custom processes before inserting a new element array into the System.Collections.CollectionBase instance.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAddRange( _
       ByVal value() As Object _
    ) 
    'Usage
     
    
    Dim instance As DateTimeFieldCollection
    Dim value() As Object
     
    instance.OnAddRange(value)
    protected virtual void OnAddRange( 
       object[] value
    )

    Parameters

    value
    The new value of the element array.
    See Also