

| Type | Description | |||
| Vertical as Boolean | A boolean expression that specifies the scrollbar being requested. True indicates the Vertical scroll bar, False indicates the Horizontal scroll bar. | |||
| Long | A long expression that defines the scroll bar position. |
The following VB sample scrolls to the row 10,000:
With G2antt1
.ScrollPos(True) = 10000
End With