[]
        
(Showing Draft Content)

C1.Win.List.SelectedColumnCollection

SelectedColumnCollection Class

Contains a collection of C1DataColumn objects that represent columns that are selected.

Inheritance
SelectedColumnCollection
Namespace: C1.Win.List
Assembly: C1.Win.List.8.dll
Syntax
public class SelectedColumnCollection : C1DataColumnCollection, IList, ICollection, IEnumerable

Methods

Name Description
Add(C1DataColumn)

Adds a C1DataColumn to the end of the collection.

Clear()

Removes all elements from the collection.

Insert(int, C1DataColumn)

Inserts a C1DataColumn at the specified index.

OnClear()
RemoveAt(int)

Removes the C1DataColumn at the specified index.