Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetSelectionChangedEventArgs Class / Row Property


In This Topic
    Row Property (SheetSelectionChangedEventArgs)
    In This Topic
    Gets the row index of the selection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As Integer
    'Usage
     
    Dim instance As SheetSelectionChangedEventArgs
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}
    See Also