ResetColumns Method

See Also                  Applies To

The ResetColumns method clears the properties that have been cached with the SetColumns method. 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.

Syntax

objItems.ResetColumns()

objItems Required. An Items collection object.