Inserts the specified label into the collection at the specified index.
[Visual Basic]
Public Sub Insert( _
ByVal index As Integer, _
ByVal value As String _
)
[C#]
public void Insert(
int index,
string value
);
Parameters
- index
- The index at which to insert the label.
- value
- The label to insert.
See Also
LabelsCollection Class
| LabelsCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.