[]
Inserts a new SubStyle with the specified key into the SubStyleCollection.
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 SubStyle. |
string | key | The key of this inserted SubStyle. |
Inserts an item with the specified key and value into the SubStyleCollection.
public void Insert(int index, string key, SubStyle subStyle)
Public Sub Insert(index As Integer, key As String, subStyle As SubStyle)
Type | Name | Description |
---|---|---|
int | index | The index of this inserted SubStyle. |
string | key | The key of this inserted SubStyle. |
SubStyle | subStyle | The inserted SubStyle object. |