Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRowCol Class / Index Property


In This Topic
    Index Property (GridRowCol)
    In This Topic
    Gets the index of the row inside the collection of rows of the associated FlexGrid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Index As Integer
    'Usage
     
    
    Dim instance As GridRowCol
    Dim value As Integer
     
    value = instance.Index
    public int Index {get;}
    See Also