Spread for ASP.NET 12 Product Documentation
Remove Method (GroupInfoCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > GroupInfoCollection Class : Remove Method
GroupInfo object to remove
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)
public virtual void Remove( 
   GroupInfo value
)

Parameters

value
GroupInfo object to remove
See Also

Reference

GroupInfoCollection Class
GroupInfoCollection Members