PageIncrement Method (Spinner)
Class
Spinner
.
Action
Increases the value when the page spinner controls are pressed.
Syntax
C#
spinner
.
PageIncrement
([
value
])
VB
spinner
.
PageIncrement
([
value
])
Variable
Description
value
Optional
: The page amount to increment. The default value is '1'.
Integer
.