[]
Creates a new object with the SheetDragMoving event arguments.
public SheetDragMovingEventArgs(int sheetIndex, int toSheetIndex)
Public Sub New(sheetIndex As Integer, toSheetIndex As Integer)
Type | Name | Description |
---|---|---|
int | sheetIndex | Index of the sheet that is being moved. |
int | toSheetIndex | Index where the sheet is moved to. |