Skip to main content
Row

ScrollPositionChangedEventArgs.RowIndex Property

Gets the index of the top row of the currently visible area.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public int RowIndex { get; }

Property Value

Type Description
Int32

An integer that is the zero-based index of the row to which the worksheet is scrolled.

Remarks

If a worksheet contains frozen rows, the RowIndex property returns the index of the top row of the currently visible scrollable area.

See Also