IPivotTable.Highlight

Syntax

Highlight(Row: Integer; Column: Integer; HighlightIndex: Integer): Boolean;

Parameters

Row. Cell row index.

Column. Cell column index.

HighlightIndex. Index of a data highlighting condition. A value of the specified cell needs verifying for correspondence with this index.

Description

The Highlight property returns whether data in a cell, which value corresponds to the specified condition, is highlighted.

Comments

A cell row and column index is passed by the Row and the Column parameters respectively.

See also:

IPivotTable