ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellRangeEventArgs Class / Row Property

In This Topic
    Row Property (CellRangeEventArgs)
    In This Topic
    Index of the row affected by the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    public int Row {get;}
    See Also