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


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