[]
        
(Showing Draft Content)

FarPoint.Win.Spread.NamedStyleCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes a named style (NamedStyle object) from the collection at the specified index.

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

Zero-based index of the style to be removed

Implements
Exceptions
Type Condition
IndexOutOfRangeException

Specified index is out of range; must be between 0 and the total number in the collection