IPivotTable.Highlight

Syntax

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

Options

Row is an index of a cell row.

Column is an index of a cell column.

HighlightIndex is an index of a data highlighting condition. A value of the given cell needs verifying for correspondence to this index.

Description

The Highlight property returns whether data in a cell, value of which 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