[]
        
(Showing Draft Content)

C1.Win.FlexGrid.IBandCollection

IBandCollection Interface

Represents interface for the band collection.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.BandedView.8.dll
Syntax
public interface IBandCollection : IList<IBand>, ICollection<IBand>, IEnumerable<IBand>, IEnumerable, INotifyCollectionChanged

Properties

Name Description
this[string]

Gets IBand item from the collection by the name.

Methods

Name Description
Add(Column)

Adds new band to the end of the IBandCollection.

Add(string)

Adds new band to the end of the IBandCollection.

Add(string, string)

Adds new band to the end of the IBandCollection.

AddRange(IEnumerable<IBand>)

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

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.