Item Property (LabelsCollection)
In This Topic
Gets or sets the specified label in the collection.
Syntax
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As String
public string this[
int
]; {get; set;}
Parameters
- index
- Specifies the index of the label.
See Also