[]
Represents a collection of Column objects.
public class ColumnCollection : RowColCollection<Column>, IList<Column>, ICollection<Column>, IList, ICollection, IReadOnlyList<Column>, IReadOnlyCollection<Column>, IEnumerable<Column>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Name | Description |
---|---|
this[string] | Gets a Column by its name. |
Selected | Gets a list with the columns that are currently selected. |
Name | Description |
---|---|
Contains(string) | Gets a value that indicates whether the collection contains a Column with a given name. |
IndexOf(string) | Gets the index of the column with a given name in the collection. |
OnCollectionChanged(NotifyCollectionChangedEventArgs) | Raises the CollectionChanged event. |