nWhat | (Long) Movement type of the selected row of the viewer.
0 - Refresh to the newest item of the newest backup.
If the active backup is switched to newer then the onConnect event is triggered. 1 - Up - One row up.
If enabled then when moving to a row outside the current backup initiates transition to the next backup. 2 - Down - One row down.
If enabled then when moving to a row outside the current backup initiates transition to the next backup. 11 - PgUp - One page up.
If enabled then when moving to a row outside the current backup initiates transition to the next backup. 12 - PgDown - One page down.
If enabled then when moving to a row outside the current backup initiates transition to the next backup. 21 - Home - To the beginning up.
It means that the upper row of the table contains the newest or the oldes item (according to the sorting, see the SortType property). Only in the current backup. 22 - End - to the end.
It means that the bottom row of the table contains the newest or the oldes item (according to the sorting, see the SortType property). Only in the current backup. 23 - To the oldest.
It means that the oldest item will be contained in the bottom row or the upper row of the table (according to the sorting, see the SortType property). Only in the current backup. 24 - To the newest.
It means that the newest item will be contained in the bottom row or the upper row of the table (according to the sorting, see the SortType property). Only in the current backup. |
---|
var oViewer = pMe.Items("/Viewer");
oViewer.MoveTo(0);