PivotAreaFilterCollection
PivotAreaFilterCollection class
Represents the list of filters for PivotArea
class PivotAreaFilterCollection;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Methods
Method | Description |
---|---|
get(number) | Gets filter from the list by the index. |
getCount() | Gets the number of elements contained in. |
isNull() | Checks whether the implementation object is null. |
constructor()
Default Constructor.
constructor();
get(number)
Gets filter from the list by the index.
get(index: number) : PivotAreaFilter;
Parameters:
Parameter | Type | Description |
---|---|---|
index | number | The Index |
Returns
getCount()
Gets the number of elements contained in.
getCount() : number;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;