PivotConditionalFormatCollection
PivotConditionalFormatCollection class
Represents all conditional formats of pivot table.
class PivotConditionalFormatCollection;
Methods
Method | Description |
---|---|
get(number) | Gets the pivot FormatCondition object at the specific index. |
add() | Adds a pivot FormatCondition to the collection. |
get(number)
Gets the pivot FormatCondition object at the specific index.
get(index: number) : PivotConditionalFormat;
Parameters:
Parameter | Type | Description |
---|---|---|
index | number |
Returns
pivot FormatCondition object.
add()
Adds a pivot FormatCondition to the collection.
add() : number;
Returns
pivot FormatCondition object index.
Remarks
not supported