PivotFormatConditionCollection

PivotFormatConditionCollection class

Represents PivotTable Format Conditions.

Properties

NameTypeDescription
Countint
Item (int)PivotFormatConditionGets the pivot FormatCondition object at the specific index.

Methods

NameDescription
addAdds 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.