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


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