Skip to main content

TcxPivotGridViewData.IsCellSelected(Integer,Integer) Method

Determines whether a specified cell is displayed as selected.

Declaration

function IsCellSelected(ARow: Integer; AColumn: Integer): Boolean;

Parameters

Name Type
ARow Integer
AColumn Integer

Returns

Type
Boolean

Remarks

This function returns True, only if the following conditions are met:

See Also