ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellRange Structure / Row Property

In This Topic
    Row Property (CellRange)
    In This Topic
    Gets or sets the index of the first row in this CellRange.
    Syntax
    'Declaration
     
    
    Public Property Row As Integer
    public int Row {get; set;}
    See Also