[]
Removes a named style (NamedStyle object) from the collection at the specified index.
public virtual void RemoveAt(int index)
Public Overridable Sub RemoveAt(index As Integer)
Type | Name | Description |
---|---|---|
int | index | Zero-based index of the style to be removed |
Type | Condition |
---|---|
IndexOutOfRangeException | Specified index is out of range; must be between 0 and the total number in the collection |