Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RowsSwappedEventArgs Class / Row2 Property


In This Topic
    Row2 Property
    In This Topic
    Gets the second row that is swapped during sorting.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row2 As Integer
    'Usage
     
    Dim instance As RowsSwappedEventArgs
    Dim value As Integer
     
    value = instance.Row2
    public int Row2 {get;}

    Property Value

    The row2.
    See Also