[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.SelectorSetterCollection.InsertItem

InsertItem Method

InsertItem(int, SelectorSetter)

Inserts an element into the SelectorSetterCollection at the specified index.

Declaration
protected override void InsertItem(int index, SelectorSetter item)
Protected Overrides Sub InsertItem(index As Integer, item As SelectorSetter)
Parameters
Type Name Description
int index

The zero-based index at which item should be inserted.

SelectorSetter item

The SelectorSetter object to insert.

Overrides
Exceptions
Type Condition
ArgumentOutOfRangeException

index is less than zero. -or- index is greater than SelectorSetterCollection.Count.

ArgumentException

When Property is null or Empty.