Spread Silverlight Documentation
RowCount Property (DragDropBlockEventArgs)


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

Property Value

Row count of cell range being dragged.
See Also

Reference

DragDropBlockEventArgs Class
DragDropBlockEventArgs Members