PivotTablePersistentLayout Members
Contains information about a Pivot Table layout.Constructors
| Name | Description |
|---|---|
| PivotTablePersistentLayout() | Initializes a new instance of the PivotTablePersistentLayout class. |
Properties
| Name | Description |
|---|---|
| ExpandCollapseState | Specifies a row or column’s expanded/collapsed state. |
| Fields | Specifies a collection of objects that store settings for Pivot Table fields. |
| FilterCriteria |
A concatenation of all field filter criteria with the AND operator.
|
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
See Also