Spread Silverlight Documentation
ToColumn Property (DragDropBlockCompletedEventArgs)


GrapeCity.Windows.SpreadSheet.UI Namespace > DragDropBlockCompletedEventArgs Class : ToColumn Property
Gets the column index of the bottom right cell of the destination range (where selection is dropped).
Syntax
'Declaration
 
Public ReadOnly Property ToColumn As System.Integer
'Usage
 
Dim instance As DragDropBlockCompletedEventArgs
Dim value As System.Integer
 
value = instance.ToColumn
public System.int ToColumn {get;}

Property Value

The column index of the bottom right cell of the destination range (where selection is dropped)
See Also

Reference

DragDropBlockCompletedEventArgs Class
DragDropBlockCompletedEventArgs Members