Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragMoveCompletedEventArgs Class / ToIndex Property


In This Topic
ToIndex Property
In This Topic
Gets the column or row index of the destination of the drag
Syntax
'Declaration
 
Public ReadOnly Property ToIndex As Integer
 
'Usage
 
Dim instance As DragMoveCompletedEventArgs
Dim value As Integer
 
value = instance.ToIndex
See Also