The IPivotHighlightItems interface contains properties and methods needed for working with a collection of table data highlighting conditions.
During the work with a collection of data highlighting conditions, setting any condition from Fore also highlights data that satisfies a condition with 0 index. Implementing user projects, consider this peculiarity.
| Property name | Brief description | |
| Count | The Count property returns the number of data highlighting conditions. | |
| Item | The Item property returns parameters of a data highlighting condition. |
| Method name | Brief description | |
| Add | The Add method creates a new condition of table data highlighting. | |
| Clear | The Clear method deletes all conditions of table data highlighting. | |
| Remove | The Remove method deletes a condition of table data highlighting. |
See also: