IPivotTable.IsHighlighted

Syntax

IsHighlighted(Row: Integer; Column: Integer): Boolean;

Parameters

Row. Cell row index.

Column. Cell column index.

Description

The IsHighlighted property returns whether the data in a cell, which value corresponds to any set condition, is highlighted.

Comments

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

See also:

IPivotTable