[]
Inserts a new Style with the specified key into the StyleCollection.
public void Insert(int index, string key)
Public Sub Insert(index As Integer, key As String)
Type | Name | Description |
---|---|---|
int | index | The index of this inserted Style. |
string | key | The key of this inserted Style. |
Inserts an item with the specified key and value into the StyleCollection.
public void Insert(int index, string key, Style style)
Public Sub Insert(index As Integer, key As String, style As Style)
Type | Name | Description |
---|---|---|
int | index | The index of this inserted Style. |
string | key | The key of this inserted Style. |
Style | style | The inserted Style object. |