Back to Devexpress

ScrollPositionChangedEventArgs.RowIndex Property

officefileapi-devexpress-dot-spreadsheet-dot-scrollpositionchangedeventargs-966357f6.md

latest1.3 KB
Original Source

ScrollPositionChangedEventArgs.RowIndex Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public int RowIndex { get; }
vb
Public ReadOnly Property RowIndex As Integer

Property Value

TypeDescription
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

ScrollPositionChangedEventArgs Class

ScrollPositionChangedEventArgs Members

DevExpress.Spreadsheet Namespace