TdxSpreadSheetTableView.MakeVisibleRow(Integer) Method
Scrolls the worksheet vertically to show the specified row.
Declaration
procedure MakeVisibleRow(const ARow: Integer);
Parameters
Name | Type | Description |
---|---|---|
ARow | Integer | A row index. |
Remarks
Call this procedure to position a row at the top or bottom border of the Spreadsheet control’s content area. A MakeVisible procedure call has no effect if the target row is already between the top and bottom borders of the content area.
Note
A MakeVisibleRow procedure call that scrolls the worksheet raises the Spreadsheet control’s OnScroll event.
See Also