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 is enabled then when moving to a row outside the current backup initiates transition to the next backup. 2 - Down - One row down.
If is enabled then when moving to a row outside the current backup initiates transition to the next backup. 11 - PgUp - One page up.
If is enabled then when moving to a row outside the current backup initiates transition to the next backup. 12 - PgDown - One page down.
If is 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 table row will contain the newest or the oldes item (according to the sorting, see the SortType property). Only in the current backup. 22 - End - To the end down.
It means that the bottom table row will contain 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 table row (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 table row (according to the sorting, see the SortType property). Only in the current backup. |
---|
var oViewer = pMe.Items("/Viewer");
oViewer.MoveTo(0);