Skip to main content

TdxSpreadSheetTableView.MakeVisible(Integer,Integer) Method

Scrolls the worksheet horizontally and/or vertically to show a cell specified by its row and column indexes.

Declaration

procedure MakeVisible(ARow: Integer; AColumn: Integer); overload;

Parameters

Name Type Description
ARow Integer

A row index of the target cell.

AColumn Integer

A column index of the target cell.

Remarks

Call this procedure to position the target cell at the left, top, right, or bottom content area border depending on the worksheet’s initial horizontal and vertical scroll positions. A MakeVisible procedure call has no effect if the target cell is already within the content area.

Note

A MakeVisible procedure call that scrolls the worksheet raises the Spreadsheet control’s OnScroll event.

See Also