The method to get a string value when the DataType Property is a string list for the current scan setting.
Visual Basic |
---|
Public Function ListString( _ Optional ByVal Index As Variant _ ) As String |
- Index
- The index of the string value to retrieve from the string list.
A string representing a string value when the DataType Property is a string list for the current scan setting.
The index parameter is the index of the string value to retrieve from the string list.