Add Method
Add(Style)
Adds a Style to the end of the collection.
Declaration
public int Add(Style style)
Public Function Add(style As Style) As Integer
Parameters
| Type |
Name |
Description |
| Style |
style |
The Style to add.
|
Returns
| Type |
Description |
| int |
The index at which the Style has been added.
|