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