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

ISpreadsheetComponent.ScrollPositionChanged Event

Occurs when the scroll position changes in a worksheet.

Namespace: DevExpress.Spreadsheet

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

Declaration

event ScrollPositionChangedEventHandler ScrollPositionChanged

Event Data

The ScrollPositionChanged event's data class is ScrollPositionChangedEventArgs. The following properties provide information specific to this event:

Property Description
ColumnIndex Gets the index of the left-most column of the currently visible area.
RowIndex Gets the index of the top row of the currently visible area.
See Also