GrapeCity.Xaml.SpreadSheet.UI
RowCount Property (DragDropBlockEventArgs)


GrapeCity.Xaml.SpreadSheet.UI Namespace > DragDropBlockEventArgs Class : RowCount Property
Gets the row count of the cell range being dragged.
Syntax
'Declaration
 
Public ReadOnly Property RowCount As Integer
'Usage
 
Dim instance As DragDropBlockEventArgs
Dim value As Integer
 
value = instance.RowCount
public int RowCount {get;}

Property Value

Row count of cell range being dragged.
See Also

Reference

DragDropBlockEventArgs Class
DragDropBlockEventArgs Members