[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ConditionalStyleItemCollection.RemoveItem

RemoveItem Method

RemoveItem(int)

Removes the element at the specified index of the Collection<T>.

Declaration
protected override void RemoveItem(int index)
Protected Overrides Sub RemoveItem(index As Integer)
Parameters
Type Name Description
int index

The zero based index of the element to remove.

Overrides
Exceptions
Type Condition
ArgumentOutOfRangeException

The index is less than 0. -or- The index is equal to or greater than Count.