TextStyleKeyedCollection.RemoveItem Method

Removes the element at the specified index of the KeyedCollection<TKey, TItem>.
Protected Overrides Sub RemoveItem( _ 
ByVal index As Integer
)
This language is not supported or no code example is available.
protected override void RemoveItem( 
int index 
)
This language is not supported or no code example is available.

Parameters

index
int

The index of the element to remove.

Exception type Condition

EyeshotException

Thrown when trying to remove the Default text style.

.NET Framework

Supported in: 4.8

In this article

Definition