_Results.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
<DispIdAttribute()> _
Sub ResetColumns
'Usage
Dim instance As _Results
instance.ResetColumns()
[DispIdAttribute()]
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.