Spread Windows Forms 17
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 ConstructorCreates a GroupInfo collection (GroupInfoCollection object).  
    Top
    Public Properties
     NameDescription
    Public PropertyGets whether the object can be rendered with XML in its entirety without losing any information.  
    Public PropertyGets the number of GroupInfo objects in the collection.  
    Public PropertyGets whether the collection has a fixed size. (This implementation always returns false.)  
    Public PropertyGets whether the collection is read-only. (This implementation always returns false.)  
    Public PropertyGets whether access to the collection is synchronized. (This implementation always returns false.)  
    Public PropertyGets or sets the GroupInfo object at the specified index in the collection.  
    Public PropertyGets a collection (GroupInfoCollection object) that can be used to synchronize access.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a GroupInfo object to the collection.  
    Public MethodOverloaded. Adds an array of GroupInfo objects to the collection.  
    Public MethodRemoves all GroupInfo objects from the collection.  
    Public MethodDetermines 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 MethodLoads the collection of grouping information objects from XML.  
    Public MethodGets an IEnumerator object for enumerating through the GroupInfo objects in the collection.  
    Public MethodReturns the index of the specified GroupInfo object in the collection.  
    Public MethodInserts a GroupInfo into the collection at the specified index.  
    Public MethodRemoves the specified GroupInfo object from the collection.  
    Public MethodRemoves the GroupInfo object from the collection at the specified index.  
    Public MethodSaves the collection of grouping information objects to XML.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the user makes a change to the model that affects the style of the sheet.  
    Top
    See Also