[]
Inserts a Style at the specified index.
public void Insert(int index, Style style)
The zero-based index at which the Style should be inserted.
The Style to insert.