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