PivotFormatConditionCollection

PivotFormatConditionCollection class

Represents PivotTable Format Conditions.

class PivotFormatConditionCollection;

Methods

MethodDescription
get(number)Gets the pivot FormatCondition object at the specific index.
add()Adds a pivot FormatCondition to the collection.
getCount()Gets the number of elements contained in.

get(number)

Gets the pivot FormatCondition object at the specific index.

get(index: number) : PivotFormatCondition;

Parameters:

ParameterTypeDescription
indexnumber

Returns

pivot FormatCondition object.

add()

Adds a pivot FormatCondition to the collection.

add() : number;

Returns

pivot FormatCondition object index.

Remarks

not supported

getCount()

Gets the number of elements contained in.

getCount() : number;