TdxSpreadSheetTableView.MakeVisibleRow(Integer) Method
In This Article
Scrolls the worksheet vertically to show the specified row.
#Declaration
Delphi
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 Make
See Also