FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObjects Class / Clear Method


In This Topic
Clear Method (PSObjects)
In This Topic
Removes all the elements from the collection.
Syntax
'Declaration
 
Public Overridable Sub Clear() 
 
'Usage
 
Dim instance As PSObjects
 
instance.Clear()
See Also