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


In This Topic
    ColumnBegin Property (DragDropBlockEventArgs)
    In This Topic
    Gets the column index of the top left cell of the source range (being dragged).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnBegin As Integer
    'Usage
     
    
    Dim instance As DragDropBlockEventArgs
    Dim value As Integer
     
    value = instance.ColumnBegin
    public int ColumnBegin {get;}
    See Also