[]
        
(Showing Draft Content)

C1.Win.FlexGrid.BandCollection.AddRange

AddRange Method

AddRange(IEnumerable<IBand>)

Adds the elements of the specified collection to the end of the IBandCollection.

Declaration
public void AddRange(IEnumerable<IBand> collection)
Parameters
Type Name Description
IEnumerable<IBand> collection

The collection whose elements should be added to the end of the IBandCollection.

Implements

AddRange(params string[])

Creates IBand objects with names specified in the elements of the specified collection and adds it to the end of the IBandCollection.

Declaration
public void AddRange(params string[] childNames)
Parameters
Type Name Description
string[] childNames

Band names.

Implements