Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupInfoCollection Class / Clear Method


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