[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpScrollBarButtonCollection.Insert

Insert Method

Insert(int, object)

Inserts an item to the IList at the specified index.

Declaration
public void Insert(int index, object value)
Public Sub Insert(index As Integer, value As Object)
Parameters
Type Name Description
int index

The zero-based index at which value should be inserted

object value

The object to insert into the IList

Implements
Exceptions
Type Condition
ArgumentOutOfRangeException

index is not a valid index in the IList.

NotSupportedException

The IList is read-only.-or- The IList has a fixed size.

NullReferenceException

value is null reference in the IList.