Moves the sample pointer to an absolute row along the y-axis and resets the x-axis position to zero.
Syntax
void retVal = object.MoveToRow(y);
Parameters
- y [in] 
 Type: unsigned long- Row to move the pointer to along the y-axis. 
See also
Reference
Moves the sample pointer to an absolute row along the y-axis and resets the x-axis position to zero.
void retVal = object.MoveToRow(y);
y [in]
Type: unsigned long
Row to move the pointer to along the y-axis.
Reference