_Items.ResetColumns Method

Definition

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.

Applies to