_Columns.RemoveAll Method

Removes all the columns from the Columns collection and resets the Table.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Sub RemoveAll
'Usage
Dim instance As _Columns

instance.RemoveAll()
void RemoveAll()

Remarks

RemoveAll resets the Table by moving the current row to just before the first row of the Table. After a call to RemoveAll, _Columns.Count becomes zero (0).

See Also

Reference

_Columns Interface

_Columns Members

Microsoft.Office.Interop.Outlook Namespace