_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
<DispIdAttribute()> _
Sub RemoveAll
'Usage
Dim instance As _Columns
instance.RemoveAll()
[DispIdAttribute()]
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
Microsoft.Office.Interop.Outlook Namespace