Class PivotItems
Contents
[
Hide
]PivotItems class
Represents A collection of all the PivotItem objects in a PivotTable field. The items are the individual data entries in a field category.
[Obsolete("This class is obsolete; use GridPivotItemCollection instead")]
public class PivotItems : ICollection
Properties
| Name | Description |
|---|---|
| Count { get; } | Gets the number of elements contained in the PivotItems instance |
| IsSynchronized { get; } | Gets a value indicating whether access to the PivotItems is synchronized (thread-safe). |
| Item { get; } | Gets a item by index. (2 indexers) |
| Parent { get; } | Gets the parent object for the specified object. Read-only. |
| SyncRoot { get; } | Gets an object that can be used to synchronize access to the PivotItems. |
Methods
| Name | Description |
|---|---|
| CopyTo(Array, int) | Copies the entire PivotItem to a compatible one-dimensional Array, starting at the specified index of the target array |
| GetEnumerator() | Returns an IEnumerator for the PivotItems. |
Remarks
NOTE: This class is now obsolete. please use GridPivotItemCollection Instead. This class will be removed after 6 months since Aug. 2014. Aspose apologizes for any inconvenience you may have experienced.
See Also
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb