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


In This Topic
    DestinationColumnBegin Property (DragDropBlockEventArgs)
    In This Topic
    Gets the column index of the top left cell of the destination range (where selection is dropped).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DestinationColumnBegin As Integer
    'Usage
     
    
    Dim instance As DragDropBlockEventArgs
    Dim value As Integer
     
    value = instance.DestinationColumnBegin
    public int DestinationColumnBegin {get;}
    See Also