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

In This Topic
    GroupInfoCollection Class Members
    In This Topic

    The following tables list the members exposed by GroupInfoCollection.

    Public Constructors
     NameDescription
    Public Constructor Creates a GroupInfo collection (GroupInfoCollection object).  
    Top
    Public Properties
     NameDescription
    Public Property Gets whether the object can be rendered with XML in its entirety without losing any information.  
    Public Property Gets the number of GroupInfo objects in the collection.  
    Public Property Gets whether the collection has a fixed size. (This implementation always returns false.)  
    Public Property Gets whether the collection is read-only. (This implementation always returns false.)  
    Public Property Gets whether access to the collection is synchronized. (This implementation always returns false.)  
    Public Property Gets or sets the GroupInfo object at the specified index in the collection.  
    Public Property Gets a collection (GroupInfoCollection object) that can be used to synchronize access.  
    Top
    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
    Public Events
     NameDescription
    Public Event Occurs when the user makes a change to the model that affects the style of the sheet.  
    Top
    See Also