Click or drag to resize
OrderedSetTViewClear Method
Removes all the items within this view from the underlying set.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
Examples
The following removes all the items that start with "A" from an OrderedSet.
set.Range("A", "B").Clear();
See Also