TdxSpreadSheetTableView.MakeFocusedCellVisible Method
Scrolls the worksheet horizontally and/or vertically to show the focused cell.
Declaration
procedure MakeFocusedCellVisible;
Remarks
Call this procedure to scroll the worksheet and show the focused cell at the top, left, right, or bottom borders of the Spreadsheet control’s content area. If the focused cell is already within the content area, a MakeFocusedCellVisible procedure call has no effect.
Note
A MakeFocusedCellVisible procedure call that scrolls the worksheet raises the Spreadsheet control’s OnScroll event.
See Also