Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ValidationDragDropBlockEventArgs Class / ToColumn Property


In This Topic
    ToColumn Property (ValidationDragDropBlockEventArgs)
    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 ToColumn As Integer
    'Usage
     
    Dim instance As ValidationDragDropBlockEventArgs
    Dim value As Integer
     
    value = instance.ToColumn
    public int ToColumn {get;}

    Property Value

    The column index of the bottom right cell of the destination range (where selection is dropped)
    See Also