[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubItemCollection

SubItemCollection Class

Represents a collection of SubItems in a ListItem.

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

Methods

Name Description
ClearItems()

Clears the all sub-items in the collection.

InsertItem(int, SubItem)

Inserts a SubItem into the collection at the specified index.

RemoveItem(int)

Removes a SubItem out of the collection at the specified index.

SetItem(int, SubItem)

Replaces the SubItem at the specified index.