Returns a long value when the
DataType property is a long list for the current scan setting passing in an index value.
'Declaration
Public Overloads Function ListLong( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As Setting
Dim index As Integer
Dim value As Integer
value = instance.ListLong(index)
public int ListLong(
int
)
public: int ListLong(
int
)
public:
int ListLong(
int
)
Parameters
- index
- An integer value which represents the index of the long list.
Return Value
An integer value which represents a long value when the
DataType property is a long list for the current scan setting.