Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBarElementCollection Class / AddRange Method
The not null collection whose elements should be added to the end of the FpStatusBarElementCollection


In This Topic
    AddRange Method (FpStatusBarElementCollection)
    In This Topic
    Adds the elements of the specified collection to the end of the collection
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal arr() As IFpStatusBarElement _
    ) 
    'Usage
     
    
    Dim instance As FpStatusBarElementCollection
    Dim arr() As IFpStatusBarElement
     
    instance.AddRange(arr)
    public void AddRange( 
       IFpStatusBarElement[] arr
    )

    Parameters

    arr
    The not null collection whose elements should be added to the end of the FpStatusBarElementCollection
    See Also