_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
<DispIdAttribute()> _
Sub MoveToStart
'Usage
Dim instance As _Table

instance.MoveToStart()
[DispIdAttribute()]
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.

See Also

Reference

_Table Interface

_Table Members

Microsoft.Office.Interop.Outlook Namespace