Value Property (ISpinner)
In This Topic
Gets or sets an integer value that represents the value of a spinner range.
Syntax
'Declaration
Property Value As Integer
'Usage
Dim instance As ISpinner
Dim value As Integer
instance.Value = value
value = instance.Value
See Also