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:
The Selection.IsCellSelected function returns True for a cell located at the intersection of the column and row passed as the AColumn and ARow parameters.
A specified cell can be selected based on the pivot grid’s OptionsSelection.IncludeCells property value.
See Also