PivotGridCustomTotalCollection Methods
Represents a collection of custom totals for a field.
Name | Description |
---|---|
Add |
Appends a new item to the collection that represents a custom total of the specified summary function type. |
Add |
Adds the specified custom total to the collection.
Inherited from Pivot |
Add |
Clones custom totals from the specified collection and adds them to the current collection.
Inherited from Pivot |
Add |
Appends an array of custom totals to the current collection. |
Assign |
Clears the current collection and adds the specified array’s items to the collection.
Inherited from Pivot |
Clear() |
Removes all objects from the Collection |
Clone |
Returns copies of items stored in the current collection.
Inherited from Pivot |
Contains |
Returns whether the current collection contains an element with the specified summary type.
Inherited from Pivot |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns an enumerator that iterates through the Collection |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the index of the specified element.
Inherited from Pivot |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
Performs additional custom processes when clearing the contents of the Collection |
On |
Performs additional custom processes before inserting a new element into the Collection |
On |
Performs additional custom processes when removing an element from the Collection |
On |
Performs additional custom processes before setting a value in the Collection |
On |
Performs additional custom processes after setting a value in the Collection |
On |
Performs additional custom processes when validating a value.
Inherited from Collection |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified custom total from the collection.
Inherited from Pivot |
Remove |
Removes the element at the specified index of the Collection |
ICollection. |
Copies the entire Collection |
IList. |
Adds an object to the end of the Collection |
IList. |
Determines whether the Collection |
IList. |
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire Collection |
IList. |
Inserts an element into the Collection |
IList. |
Removes the first occurrence of a specific object from the Collection |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also