Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupInfoCollection Class / Remove Method
GroupInfo object to remove


In This Topic
Remove Method (GroupInfoCollection)
In This Topic
Removes the specified GroupInfo object from the collection.
Syntax
'Declaration
 
Public Overridable Sub Remove( _
   ByVal value As GroupInfo _
) 
 
'Usage
 
Dim instance As GroupInfoCollection
Dim value As GroupInfo
 
instance.Remove(value)

Parameters

value
GroupInfo object to remove
See Also