|
Name |
Description |
|
Add
|
Overloaded. Appends a GroupSummarySortInfo object to the collection.
|
|
AddRange
|
Appends an array of GroupSummarySortInfo objects to the collection.
|
|
BeginUpdate
|
Locks the GroupSummarySortInfoCollection by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called.
|
|
Clear
|
Removes all objects from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
|
|
ClearAndAddRange
|
Clears the collection and adds an array of GroupSummarySortInfo objects to it.
|
|
EndUpdate
|
Unlocks the GroupSummarySortInfoCollection object after a call to the BeginUpdate method and causes an immediate visual update.
|
|
Equals
|
Determines whether the specified System.Object is equal to the current System.Object. (Inherited from System.Object)
|

|
Equals
|
Determines whether the specified System.Object instances are considered equal. (Inherited from System.Object)
|
|
GetEnumerator
|
Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
|
|
GetHashCode
|
Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from System.Object)
|
|
GetType
|
Gets the System.Type of the current instance. (Inherited from System.Object)
|
|
IndexOf
|
Returns the position of the specified item within the collection.
|

|
ReferenceEquals
|
Determines whether the specified System.Object instances are the same instance. (Inherited from System.Object)
|
|
Remove
|
Overloaded. Removes the specified GroupSummarySortInfo object from the collection.
|
|
RemoveAt
|
Removes the element at the specified index of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
|
|
ToString
|
Returns a System.String that represents the current System.Object. (Inherited from System.Object)
|