Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragMoveEventArgs Class / Count Property


In This Topic
    Count Property (DragMoveEventArgs)
    In This Topic
    Gets the number of columns or rows to move.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As DragMoveEventArgs
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also