Skip to main content
A newer version of this page is available. .
Row

Worksheet.ScrollToRow(String) Method

Scrolls the worksheet to the specified row.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

void ScrollToRow(
    string rowHeading
)

Parameters

Name Type Description
rowHeading String

A string that represents the heading of the row to which the worksheet must be scrolled.

Remarks

If you scroll to a row that is hidden, the worksheet will be scrolled to the first unhidden row below the specified row.

ScrollToHiddenRows

If you scroll to a row that is frozen, the worksheet will be scrolled to the first row of the scrollable area.

ScrollToFrozenRow

See Also