[]
        
(Showing Draft Content)

FarPoint.Win.Spread.AppearanceStyleCollection.InsertItem

InsertItem Method

InsertItem(int, AppearanceStyleInfo)

Inserts an element into the Collection<T> at the specified index.

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

The zero based index at which item should be inserted.

AppearanceStyleInfo item

The object to insert. The value can be null for reference types.

Overrides
Exceptions
Type Condition
ArgumentOutOfRangeException

The index is less than 0.

-or-

The index is greater than Count.

ArgumentNullException

The item is null.