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


GrapeCity.Xaml.SpreadSheet.UI Namespace > ValidationDragDropBlockEventArgs 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 ValidationDragDropBlockEventArgs
Dim value As Integer
 
value = instance.RowCount
public int RowCount {get;}

Property Value

Row count of cell range being dragged.
See Also

Reference

ValidationDragDropBlockEventArgs Class
ValidationDragDropBlockEventArgs Members