The following tables list the members exposed by GroupInfoCollection.
Name | Description | |
---|---|---|
GroupInfoCollection Constructor | Creates a GroupInfo collection (GroupInfoCollection object). |
Name | Description | |
---|---|---|
CanSerializeXml | Gets whether the object can be rendered with XML in its entirety without losing any information. | |
Count | Gets the number of GroupInfo objects in the collection. | |
IsFixedSize | Gets whether the collection has a fixed size. (This implementation always returns false.) | |
IsReadOnly | Gets whether the collection is read-only. (This implementation always returns false.) | |
IsSynchronized | Gets whether access to the collection is synchronized. (This implementation always returns false.) | |
Item | Gets or sets the GroupInfo object at the specified index in the collection. | |
SyncRoot | Gets a collection (GroupInfoCollection object) that can be used to synchronize access. |
Name | Description | |
---|---|---|
Add | Adds a GroupInfo object to the collection. | |
AddRange | Overloaded. Adds an array of GroupInfo objects to the collection. | |
Clear | Removes all GroupInfo objects from the collection. | |
Contains | Determines whether the collection contains the specified GroupInfo object. | |
CopyTo | Overloaded. Copies the GroupInfos in the collection to a specified array at a specified position. | |
Deserialize | Loads the collection of grouping information objects from XML. | |
GetEnumerator | Gets an IEnumerator object for enumerating through the GroupInfo objects in the collection. | |
IndexOf | Returns the index of the specified GroupInfo object in the collection. | |
Insert | Inserts a GroupInfo into the collection at the specified index. | |
Remove | Removes the specified GroupInfo object from the collection. | |
RemoveAt | Removes the GroupInfo object from the collection at the specified index. | |
Serialize | Saves the collection of grouping information objects to XML. |
Reference
GroupInfoCollection ClassFarPoint.Web.Spread Namespace