Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragFillBlockCompletedEventArgs Class / ColumnBegin Property


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