ComponentOne FlexGrid for UWP
ContainsRow Method

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > CellRange Structure : 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
'Declaration
 
Public Function ContainsRow( _
   ByVal row As System.Integer _
) As System.Boolean
public System.bool ContainsRow( 
   System.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

CellRange Structure
CellRange Members