Spread ASP.NET 6.0 Product Documentation
GroupInfoCollection Class Members
See Also  Properties  Methods  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : GroupInfoCollection Class


Glossary Item Box

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

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.