Click or drag to resize

XlsPivotTablesCollection Properties

The XlsPivotTablesCollection type exposes the following members.

Properties
Name Description
Public property Capacity
Gets or sets the number of elements that the System.Collections.CollectionBase can contain.
(Inherited from CollectionBase T .)
Public property Count
Returns number of items in the collection.
Protected property InnerList
Gets the list of elements in the instance.
(Inherited from CollectionBase T .)
Public property IsReadOnly
Gets a value indicating whether the collection is read-only.
(Inherited from CollectionBase T .)
Public property Item Int32
Gets single entry from the collection.
Public property Item String
Gets single entry from the collection.
Protected property List
Gets the list of elements in the instance.
(Inherited from CollectionBase T .)
Public property Parent
Read-oonly. The parent object for the specified object.
(Inherited from CollectionExtended T .)
Public property ParentWorksheet
Gets the parent worksheet of the current XlsWorksheetBase instance.
Top
See Also