[]
        
(Showing Draft Content)

FarPoint.Win.Spread.GroupInfoCollection.AddRange

AddRange Method

AddRange(ICollection)

Adds an array of GroupInfo objects to the collection.

Declaration
public virtual void AddRange(ICollection c)
Public Overridable Sub AddRange(c As ICollection)
Parameters
Type Name Description
ICollection c

GroupInfoCollection or array of GroupInfo objects to add to the collection

AddRange(GroupInfo[])

Adds an array of GroupInfo objects to the collection.

Declaration
public virtual void AddRange(GroupInfo[] array)
Public Overridable Sub AddRange(array As GroupInfo())
Parameters
Type Name Description
GroupInfo[] array

Array of GroupInfo objects to add to the collection