A long expression that indicates the upper limit value of the scrollable range.
By default, the Maximum property is 100. The Value
property specifies the control's value. The Minimum
property specifies the lower limit value of the scrollable range. The LargeChange
property gets or sets a value to be added to or subtracted from the Value
property when the scroll box is moved a large distance. The SmallChange
property gets or sets the value added to or subtracted from the Value property
when the thumb is moved a small distance.
The Value property goes from:
Minimum to Maximum values, if the IgnoreLargeChange
property is True, or the LargeChange property is 0.
Minimum to (( Maximum - LargeChange ) + 1),
if the IgnoreLargeChange property is False and the LargeChange property
is not 0.