Back to Devexpress

ISpreadsheetComponent.ScrollPositionChanged Event

officefileapi-devexpress-dot-spreadsheet-dot-ispreadsheetcomponent-7250a826.md

latest1.6 KB
Original Source

ISpreadsheetComponent.ScrollPositionChanged Event

Occurs when the scroll position changes in a worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
event ScrollPositionChangedEventHandler ScrollPositionChanged
vb
Event ScrollPositionChanged As ScrollPositionChangedEventHandler

Event Data

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

PropertyDescription
ColumnIndexGets the index of the left-most column of the currently visible area.
RowIndexGets the index of the top row of the currently visible area.

See Also

ISpreadsheetComponent Interface

ISpreadsheetComponent Members

DevExpress.Spreadsheet Namespace