PivotCachesCollection Class |
Namespace: Spire.Xls.Collections
The PivotCachesCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Capacity |
Gets or sets the number of elements that the System.Collections.CollectionBase can contain.
(Inherited from
CollectionBase
T
.)
|
|
|
Count |
Returns number of items in the collection. Read-only.
(Inherited from
XlsPivotCachesCollection
.)
|
|
|
InnerList |
Gets the list of elements in the instance.
(Inherited from
CollectionBase
T
.)
|
|
|
IsReadOnly |
Gets a value indicating whether the collection is read-only.
(Inherited from
CollectionBase
T
.)
|
|
|
Item |
Gets or sets the item at the specified index in the collection.trigger OnSet and OnSetComplete method when set item
(Inherited from
CollectionBase
T
.)
|
|
|
List |
Gets the list of elements in the instance.
(Inherited from
CollectionBase
T
.)
|
|
|
Parent |
Gets the parent workbook to which this worksheet belongs.
(Inherited from
XlsPivotCachesCollection
.)
|
|
|
Workbook |
Represents an Excel workbook, providing methods and properties to manipulate and access the contents of an Excel file.
(Inherited from
XlsPivotCachesCollection
.)
|
| Name | Description | |
|---|---|---|
|
|
Add(T) |
Adds an item to the collection.trigger OnInsert and OnInsertComplete method when set item
(Inherited from
CollectionBase
T
.)
|
|
|
Add(CellRange) |
Creates new chache object inside this collection.
(Inherited from
XlsPivotCachesCollection
.)
|
|
|
Add(XlsPivotCache) |
Adds single item to the collection.
(Inherited from
XlsPivotCachesCollection
.)
|
|
|
Clear |
Clears collection
(Inherited from
XlsPivotCachesCollection
.)
|
|
|
Clone |
Creates a new object that is a copy of the specified parent object.
(Inherited from
XlsPivotCachesCollection
.)
|
|
|
Contains |
Determines whether the collection contains a specific item.
(Inherited from
CollectionBase
T
.)
|
|
|
CopyTo |
Copies the elements of the collection to an array, starting at a particular array index.
(Inherited from
CollectionBase
T
.)
|
|
|
EnsureCapacity |
Enlarges internal storage if necessary.
(Inherited from
CollectionExtended
T
.)
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
FindParent(Type) |
Method used to find parent within a specific type.
(Inherited from
CollectionExtended
T
.)
|
|
|
FindParent(Type, Boolean) |
Method used to find parent within a specific type.
(Inherited from
CollectionExtended
T
.)
|
|
|
GetEnumerator |
Returns an enumerator that iterates through this instance.
(Inherited from
CollectionBase
T
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
IndexOf |
Returns the zero-based index of the first occurrence of a specified item within the collection.
(Inherited from
CollectionBase
T
.)
|
|
|
Insert |
Inserts an element into the list at the specified index.
(Inherited from
CollectionBase
T
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
OnClear |
OnClear is invoked before Clear behavior.
(Inherited from
CollectionExtended
T
.)
|
|
|
OnClearComplete |
OnClear is invoked after Clear behavior.
(Inherited from
CollectionExtended
T
.)
|
|
|
OnInsert |
Performs additional processes before inserting
a new element into the collection.
(Inherited from
CollectionExtended
T
.)
|
|
|
OnInsertComplete |
Performs additional processes after inserting
a new element into the collection.
(Inherited from
CollectionExtended
T
.)
|
|
|
OnRemove |
Performs additional processes before removing
an element from the collection.
(Inherited from
CollectionExtended
T
.)
|
|
|
OnRemoveComplete |
Performs additional processes after removing
an element from the collection.
(Inherited from
CollectionExtended
T
.)
|
|
|
OnSet |
Performs additional processes before setting
a value in the collection.
(Inherited from
CollectionExtended
T
.)
|
|
|
OnSetComplete |
Performs additional processes after setting a value in the collection.
(Inherited from
CollectionExtended
T
.)
|
|
|
Remove |
Removes the specified pivot cache from the collection.
(Inherited from
XlsPivotCachesCollection
.)
|
|
|
RemoveAt |
Removes the Pivot cache.
(Inherited from
XlsPivotCachesCollection
.)
|
|
|
SetParent |
Sets parent object for class.
(Inherited from
CollectionExtended
T
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
| Name | Description | |
|---|---|---|
|
|
Changed |
Change in the collection.
(Inherited from
CollectionExtended
T
.)
|