Spread Windows Forms 9.0 Product Documentation
GroupInfoCollection Class Members
Properties  Methods  Events


The following tables list the members exposed by GroupInfoCollection.

Public Constructors
 NameDescription
Public ConstructorGroupInfoCollection ConstructorCreates a GroupInfo collection (GroupInfoCollection object).  
Top
Public Properties
 NameDescription
Public PropertyCanSerializeXmlGets whether the object can be rendered with XML in its entirety without losing any information.  
Public PropertyCountGets the number of GroupInfo objects in the collection.  
Public PropertyIsFixedSizeGets whether the collection has a fixed size. (This implementation always returns false.)  
Public PropertyIsReadOnlyGets whether the collection is read-only. (This implementation always returns false.)  
Public PropertyIsSynchronizedGets whether access to the collection is synchronized. (This implementation always returns false.)  
Public PropertyItemGets or sets the GroupInfo object at the specified index in the collection.  
Public PropertySyncRootGets a collection (GroupInfoCollection object) that can be used to synchronize access.  
Top
Public Methods
 NameDescription
Public MethodAddAdds a GroupInfo object to the collection.  
Public MethodAddRangeOverloaded. Adds an array of GroupInfo objects to the collection.  
Public MethodClearRemoves all GroupInfo objects from the collection.  
Public MethodContainsDetermines whether the collection contains the specified GroupInfo object.  
Public MethodCopyToOverloaded. Copies the GroupInfos in the collection to a specified array at a specified position.  
Public MethodDeserializeLoads the collection of grouping information objects from XML.  
Public MethodGetEnumeratorGets an IEnumerator object for enumerating through the GroupInfo objects in the collection.  
Public MethodIndexOfReturns the index of the specified GroupInfo object in the collection.  
Public MethodInsertInserts a GroupInfo into the collection at the specified index.  
Public MethodRemoveRemoves the specified GroupInfo object from the collection.  
Public MethodRemoveAtRemoves the GroupInfo object from the collection at the specified index.  
Public MethodSerializeSaves the collection of grouping information objects to XML.  
Top
Protected Methods
 NameDescription
Protected MethodOnChangedRaises the Changed event.  
Top
Public Events
 NameDescription
Public EventChangedOccurs when the user makes a change to the model that affects the style of the sheet.  
Top
See Also

Reference

GroupInfoCollection Class
FarPoint.Win.Spread Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.