[]
Creates a new label and inserts it into the collection at the specified index.
public Label InsertNewLabel(int index)
Public Function InsertNewLabel(index As Integer) As Label
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| Label | The new label is returned. |