Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragFillBlockEventArgs Class / ColumnEnd Property


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