TcxPivotGridViewData.IsCellSelected(Integer,Integer) Method
In This Article
Determines whether a specified cell is displayed as selected.
#Declaration
#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