[]
Adds the specified key array and SubStyle array into the SubStyleCollection.
public void AddRange(string[] keys, SubStyle[] subStyles)
Public Sub AddRange(keys As String(), subStyles As SubStyle())
| Type | Name | Description |
|---|---|---|
| string[] | keys | The key array. |
| SubStyle[] | subStyles | The SubStyle array. |