IPivotTable.IsHighlighted

Syntax

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

Options

Row is an index of a cell row.

Column is an index of a cell column.

Description

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

Comments

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

See also:

IPivotTable