_Items.ResetColumns Method

Clears the properties that have been cached with the SetColumns method.

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

Syntax

'Declaration
Sub ResetColumns
'Usage
Dim instance As _Items

instance.ResetColumns()
void ResetColumns()

Remarks

All properties are accessible after calling the ResetColumns method. SetColumns should be reused to store new properties again. ResetColumns does nothing if SetColumns has not been called first.

See Also

Reference

_Items Interface

_Items Members

Microsoft.Office.Interop.Outlook Namespace