Worksheet.ScrollToRow(String) Method
Scrolls the worksheet to the specified row.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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.
If you scroll to a row that is frozen, the worksheet will be scrolled to the first row of the scrollable area.
See Also