Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableView.MakeVisibleRow(Integer) Method

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 MakeVisibleRow procedure call that scrolls the worksheet raises the Spreadsheet control’s OnScroll event.

See Also