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


In This Topic
    AddRange Method (FpScrollBarButtonCollection)
    In This Topic
    Adds a range of objects of the collection.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal c As ICollection _
    ) 
    'Usage
     
    
    Dim instance As FpScrollBarButtonCollection
    Dim c As ICollection
     
    instance.AddRange(c)
    public void AddRange( 
       ICollection c
    )

    Parameters

    c
    Collection
    See Also