_Table.MoveToStart Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.