Insert Method (LabelsCollection)
Inserts the specified label into the collection at the specified index.
'Declaration
Public Sub Insert( _
ByVal As Integer, _
ByVal As String _
)
Parameters
- index
- The index at which to insert the label.
- value
- The label to insert.