PivotAreaFilterCollection

PivotAreaFilterCollection class

Represents the list of filters for PivotArea

class PivotAreaFilterCollection;

Constructors

NameDescription
constructor()Default Constructor.

Methods

MethodDescription
get(number)Gets filter from the list by the index.
getCount()Gets the number of elements contained in.

constructor()

Default Constructor.

constructor();

get(number)

Gets filter from the list by the index.

get(index: number) : PivotAreaFilter;

Parameters:

ParameterTypeDescription
indexnumberThe Index

Returns

PivotAreaFilter

getCount()

Gets the number of elements contained in.

getCount() : number;