_Table.MoveToStart Method

Definition

Moves the current row of the Table to just before the first row of the Table.

public:
 void MoveToStart();
public void MoveToStart ();
Public Sub MoveToStart ()

Remarks

MoveToStart is equivalent to resetting the Table. If you call GetNextRow() after you call MoveToStart, you will return a row representing the first row in the Table.

Applies to