This method returns the value of one of the items contained in the string array.
Visual Basic |
---|
Public Function GetValue( _ ByVal ArrayPosition As Long _ ) As String |
- ArrayPosition
- Long value of the index position of the item in the array.
String of the value contained in the specified item in the array.
For an example, see the GetSize method.