Specifies the highest or lowest value that can be entered into a Spinner control by clicking the up and down arrows. Available at design time and run time.
Syntax
Spinner.SpinnerHighValue[ = nHigh]
Spinner.SpinnerLowValue[ = nLow]
Settings
nHigh
Specifies the highest value that can be entered into a spinner with the up arrow.
nLow
Specifies the lowest value that can be entered into a spinner with the down arrow.