Spread Silverlight Documentation
ToColumn Property (DragDropBlockEventArgs)


GrapeCity.Windows.SpreadSheet.UI Namespace > DragDropBlockEventArgs 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 DragDropBlockEventArgs
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

DragDropBlockEventArgs Class
DragDropBlockEventArgs Members