ComponentOne Xamarin Edition
ContainsRow Method
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridCellRange Class : ContainsRow Method
Index of the row that may be contained in this range.
Gets a value that indicates whether this range contains a given row.
Syntax
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

Reference

GridCellRange Class
GridCellRange Members