Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragDropBlockCompletedEventArgs Class / DestinationColumnEnd Property


In This Topic
DestinationColumnEnd Property (DragDropBlockCompletedEventArgs)
In This Topic
Gets the column index of the bottom right cell of the destination range (where selection is dropped).
Syntax
'Declaration
 
Public ReadOnly Property DestinationColumnEnd As Integer
 
'Usage
 
Dim instance As DragDropBlockCompletedEventArgs
Dim value As Integer
 
value = instance.DestinationColumnEnd
See Also