_Results.ResetColumns Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clears the properties that have been cached with the SetColumns(String) method.
public:
void ResetColumns();
public void ResetColumns ();
Public Sub 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.