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


In This Topic
    ToColumn Property (DragDropExtent)
    In This Topic
    Gets the to column index for the drag drop.
    Syntax
    'Declaration
     
    Public ReadOnly Property ToColumn As Integer
    'Usage
     
    Dim instance As DragDropExtent
    Dim value As Integer
     
    value = instance.ToColumn
    public int ToColumn {get;}
    See Also