Spread Silverlight Documentation
RowCount Property (ValidationDragDropBlockEventArgs)


GrapeCity.Windows.SpreadSheet.UI Namespace > ValidationDragDropBlockEventArgs 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 ValidationDragDropBlockEventArgs
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

ValidationDragDropBlockEventArgs Class
ValidationDragDropBlockEventArgs Members