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


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

    Property Value

    The row1.
    See Also