'Declaration
Public Function New( _ ByVal sheetIndex As Integer, _ ByVal toSheetIndex As Integer _ )
'Usage
Dim sheetIndex As Integer Dim toSheetIndex As Integer Dim instance As New SheetDragMovingEventArgs(sheetIndex, toSheetIndex)
public SheetDragMovingEventArgs( int sheetIndex, int toSheetIndex )
Parameters
- sheetIndex
- Index of the sheet that is being moved.
- toSheetIndex
- Index where the sheet is moved to.