[]
Adds an array of styles (NamedStyle objects) to the collection.
public virtual void AddRange(ICollection c)
Public Overridable Sub AddRange(c As ICollection)
Type | Name | Description |
---|---|---|
ICollection | c | NamedStyleCollection or array of NamedStyle objects to add to the collection |
Adds an array of NamedStyle objects to the collection.
public virtual void AddRange(NamedStyle[] array)
Public Overridable Sub AddRange(array As NamedStyle())
Type | Name | Description |
---|---|---|
NamedStyle[] | array | Array of styles (NamedStyle objects) to add to the collection |