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


In This Topic
    FromColumn Property (ValidationDragDropBlockEventArgs)
    In This Topic
    Gets the column index of the top left cell of the source range (range being dragged).
    Syntax
    'Declaration
     
    Public ReadOnly Property FromColumn As Integer
    'Usage
     
    Dim instance As ValidationDragDropBlockEventArgs
    Dim value As Integer
     
    value = instance.FromColumn
    public int FromColumn {get;}

    Property Value

    The column index of the top left cell of the source range (range being dragged)
    See Also