Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragMoveCompletedEventArgs Class / Count Property


In This Topic
Count Property (DragMoveCompletedEventArgs)
In This Topic
Gets the number of columns or rows being moved.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As DragMoveCompletedEventArgs
Dim value As Integer
 
value = instance.Count

Property Value

The number of columns or rows being moved
See Also