[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.SelectorSetterCollection

SelectorSetterCollection Class

Represents a SelectorSetterCollection which is the collection of SelectorSetter.

Inheritance
SelectorSetterCollection
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class SelectorSetterCollection : Collection<SelectorSetter>, IList<SelectorSetter>, ICollection<SelectorSetter>, IList, ICollection, IReadOnlyList<SelectorSetter>, IReadOnlyCollection<SelectorSetter>, IEnumerable<SelectorSetter>, IEnumerable
Public Class SelectorSetterCollection
    Inherits Collection(Of SelectorSetter)
    Implements IList(Of SelectorSetter), ICollection(Of SelectorSetter), IList, ICollection, IReadOnlyList(Of SelectorSetter), IReadOnlyCollection(Of SelectorSetter), IEnumerable(Of SelectorSetter), IEnumerable

Constructors

Name Description
SelectorSetterCollection()

Methods

Name Description
InsertItem(int, SelectorSetter)

Inserts an element into the SelectorSetterCollection at the specified index.