Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragDropBlockEventArgs Class / DestinationColumnEnd Property


In This Topic
    DestinationColumnEnd Property (DragDropBlockEventArgs)
    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 DragDropBlockEventArgs
    Dim value As Integer
     
    value = instance.DestinationColumnEnd
    public int DestinationColumnEnd {get;}
    See Also