Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / GroupInfoCollection Class / AddRange Method / AddRange(ICollection) Method
GroupInfoCollection or array of GroupInfo objects to add to the collection
Example


In This Topic
    AddRange(ICollection) Method
    In This Topic
    Adds an array of GroupInfo objects to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub AddRange( _
       ByVal c As ICollection _
    ) 
    'Usage
     
    
    Dim instance As GroupInfoCollection
    Dim c As ICollection
     
    instance.AddRange(c)
    public virtual void AddRange( 
       ICollection c
    )

    Parameters

    c
    GroupInfoCollection or array of GroupInfo objects to add to the collection
    Example
    This example copies one of the collection to an array of GroupInfo items.
    See Also