Creates a new label and inserts it into the collection at the specified index.
'Declaration
Public Function InsertNewLabel( _
ByVal As System.Integer _
) As Label
public Label InsertNewLabel(
System.int
)
Parameters
- index
Return Value
The new label is returned.