ScrollPositionChangedEventArgs Properties
Provides data for the SpreadsheetControl.ScrollPositionChanged event.Name | 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