Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DragDropBlockCompletedEventArgs Class / RowCount Property


In This Topic
    RowCount Property (DragDropBlockCompletedEventArgs)
    In This Topic
    Gets the row count of the cell range being dragged.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowCount As Integer
    'Usage
     
    Dim instance As DragDropBlockCompletedEventArgs
    Dim value As Integer
     
    value = instance.RowCount
    public int RowCount {get;}

    Property Value

    Row count of cell range being dragged.
    See Also