Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / AddRange Method


In This Topic
    AddRange Method (Elements)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal items() As Object _
    ) 
    'Usage
     
    
    Dim instance As Elements
    Dim items() As Object
     
    instance.AddRange(items)
    public void AddRange( 
       object[] items
    )

    Parameters

    items
    See Also