Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupInfoCollection Class

In This Topic
    GroupInfoCollection Class Methods
    In This Topic

    For a list of all members of this type, see GroupInfoCollection members.

    Public Methods
     NameDescription
    Public Method Adds a GroupInfo object to the collection.  
    Public MethodOverloaded.  Adds an array of GroupInfo objects to the collection.  
    Public Method Removes all GroupInfo objects from the collection.  
    Public Method Determines whether the collection contains the specified GroupInfo object.  
    Public MethodOverloaded.  Copies the GroupInfos in the collection to a specified array at a specified position.  
    Public Method Loads the collection of grouping information objects from XML.  
    Public Method Gets an IEnumerator object for enumerating through the GroupInfo objects in the collection.  
    Public Method Returns the index of the specified GroupInfo object in the collection.  
    Public Method Inserts a GroupInfo into the collection at the specified index.  
    Public Method Removes the specified GroupInfo object from the collection.  
    Public Method Removes the GroupInfo object from the collection at the specified index.  
    Public Method Saves the collection of grouping information objects to XML.  
    Top
    See Also