Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetDragMovingEventArgs Class / SheetDragMovingEventArgs Constructor
Index of the sheet that is being moved.
Index where the sheet is moved to.


In This Topic
SheetDragMovingEventArgs Constructor
In This Topic
Creates a new object with the SheetDragMoving event arguments.
Syntax
'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)

Parameters

sheetIndex
Index of the sheet that is being moved.
toSheetIndex
Index where the sheet is moved to.
See Also