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.
To avoid premature actuation of data highlighting, it is recommended to determine all the settings in the code block executed between the calls of the IPivot.BeginUpdate/IPivot.EndUpdate methods. If the IPivot.EndUpdateEx method is used to resume table rerendering, any new single data highlighting condition can be applied using the IEaxGrid.ApplyHighlight method.
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: