PivotFormatConditionCollection
Contents
[
Hide
]PivotFormatConditionCollection class
Represents PivotTable Format Conditions.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | PivotFormatCondition | Gets the pivot FormatCondition object at the specific index. |
Methods
| Name | Description |
|---|---|
| add | Adds a pivot FormatCondition to the collection. |
not supported | | removeAt | | | clear | | | iterator | | | get | Reserved for internal use. | | contains | Reserved for internal use. | | indexOf | Reserved for internal use. |
PivotFormatConditionCollection.Count property
Type: int
PivotFormatConditionCollection.Item (int) property
Gets the pivot FormatCondition object at the specific index.
Type: PivotFormatCondition
add() (1 of 2)
Adds a pivot FormatCondition to the collection.
not supported
Returns: pivot FormatCondition object index.
add(value) (2 of 2)
Reserved for internal use.
removeAt(index)
clear()
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.