AddRange Method (LabelsCollection)
In This Topic
Adds a set of labels to the collection.
Syntax
'Declaration
Public Sub AddRange( _
ByVal () As String _
)
public void AddRange(
string[]
)
Parameters
- value
- The labels to add to the collection.
See Also