[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpScrollBarButtonCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes the IList item at the specified index.

Declaration
public void RemoveAt(int index)
Public Sub RemoveAt(index As Integer)
Parameters
Type Name Description
int index

The zero-based index of the item to remove

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.