TcxPivotGridViewData.FocusedCell Property
In This Article
Specifies the position of the focused data cell in the column-row matrix coordinates.
#Declaration
Delphi
property FocusedCell: TPoint read; write;
#Property Value
Type |
---|
TPoint |
#Remarks
This property allows you to specify the Selection.FocusedCell property value.
See Also