[]
Represents the event data for the SheetAutoScrolling event for the Spread component.
public class SheetAutoScrollingEventArg : CancelEventArgs
Public Class SheetAutoScrollingEventArg
Inherits CancelEventArgs
| Name | Description |
|---|---|
| SheetAutoScrollingEventArg(int, int, int, int, int, int) |
| Name | Description |
|---|---|
| ColumnViewportIndex | Gets the column viewport index. |
| LefColumn | Gets the left column. |
| NewLefColumn | Gets new left column. |
| NewTopRow | Gets the new top row. |
| RowViewportIndex | Gets the row viewport index. |
| TopRow | Gets the top row. |