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

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 OrderedBag.
bag.Range("A", "B").Clear();
See Also