TdxSpreadSheetTableViewSelection.FocusedCellPosition Property
Returns the focused cell position as row and column indexes in the worksheet.
Declaration
property FocusedCellPosition: TPoint read;
Property Value
Type | Description |
---|---|
TPoint | A focused cell position where the TPoint.X and TPoint.Y store column and row indexes, respectively. |
See Also