[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListColumnCollection

ListColumnCollection Class

Represents a collection of instances of the GrapeCity.Windows.InputMan.ListColumn.

Inheritance
ListColumnCollection
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public sealed class ListColumnCollection : ObservableCollection<ListColumn>, IList<ListColumn>, ICollection<ListColumn>, IList, ICollection, IReadOnlyList<ListColumn>, IReadOnlyCollection<ListColumn>, IEnumerable<ListColumn>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public NotInheritable Class ListColumnCollection
    Inherits ObservableCollection(Of ListColumn)
    Implements IList(Of ListColumn), ICollection(Of ListColumn), IList, ICollection, IReadOnlyList(Of ListColumn), IReadOnlyCollection(Of ListColumn), IEnumerable(Of ListColumn), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Methods

Name Description
ClearItems()

Clears the items.

InsertItem(int, ListColumn)

Inserts a ListColumn into the collection at the specified index.

RemoveItem(int)

Removes the item.

SetItem(int, ListColumn)

Replaces the ListColumn at the specified index.