ScrollPositionChangedEventArgs Properties
Provides data for the SpreadsheetControl.ScrollPositionChanged event.
Name | Description |
---|---|
Column |
Gets the index of the left-most column of the currently visible area. |
Row |
Gets the index of the top row of the currently visible area. |
See Also