OrderedSetTViewClear Method |
Removes all the items within this view from the underlying set.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
ExamplesThe following removes all the items that start with "A" from an OrderedSet.
set.Range("A", "B").Clear();
See Also