Gets or sets the topmost visible row of this table.
SyntaxVB6
Copy Code
|
|---|
Public Property Get CurrScrollRow() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 0.
RemarksSpecifies the table's current scroll position - the topmost visible row. It can be changed either programmatically, by means of this property, or by the user using the scroll buttons displayed if Scrollable is set to true.
See Also