Gets the number of available choices when the DataType Property is a list for the current scan setting.
Read-only property
Visual Basic |
---|
Public Property ListCount As Long |
A long representing the number of available choices when the DataType Property is a list for the current scan setting.
This property is used to get the maximum value that can be used to access the ListLong Method, ListRational Method or ListString Method property arrays. The maximum value is ListCount Property - 1.