Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

View..::..Clear Method

Removes all the items within this view from the underlying bag.

Namespace:  Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax


public void Clear()
Public Sub Clear
public:
void Clear()

Examples


The following removes all the items that start with "A" from an OrderedBag.
C#
bag.Range("A", "B").Clear();