Table.MoveToStart Method
Outlook Developer Reference |
Moves the current row of the Table to just before the first row of the Table.
Version Information
Version Added: Outlook 2007
Syntax
expression.MoveToStart
expression A variable that represents a Table object.
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.
See Also