[]
Inserts a Style at the specified index.
public void Insert(int index, Style style)
Public Sub Insert(index As Integer, style As Style)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index at which the Style should be inserted. |
| Style | style | The Style to insert. |