The IPivotHighlightItems interface contains properties and methods that are used to work with the collection of table data highlighting conditions.
During the work with the collection of data highlighting conditions, setting any condition from Fore also highlights data that satisfies the condition with the 0 index. Consider this feature while implementing custom projects.
Property name | Brief description | |
Count | The Count property returns the number of data highlighting conditions. | |
Item | The Item property returns parameters of data highlighting condition. |
Method name | Brief description | |
Add | The Add method creates a new table data highlighting condition. | |
Clear | The Clear method deletes all table data highlighting conditions. | |
Remove | The Remove method removes table data highlighting condition. |
See also: