Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellRange Class / ContainsRow Method
Index of the row that may be contained in this range.


In This Topic
    ContainsRow Method
    In This Topic
    Gets a value that indicates whether this range contains a given row.
    Syntax
    'Declaration
     
    
    Public Function ContainsRow( _
       ByVal row As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As GridCellRange
    Dim row As Integer
    Dim value As Boolean
     
    value = instance.ContainsRow(row)
    public bool ContainsRow( 
       int row
    )

    Parameters

    row
    Index of the row that may be contained in this range.

    Return Value

    True if this range contains the row specified by the row parameter.
    See Also