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