_Table.MoveToStart Method
Moves the current row of the Table to just before the first row of the Table.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Sub MoveToStart
'Usage
Dim instance As _Table
instance.MoveToStart()
void 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.