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