ComponentOne FlexGrid for WinForms
ContainsRow Method

C1.Win.C1FlexGrid Namespace > CellRange Structure : ContainsRow Method
Index of the row to check.
Determines whether the range contains a given row.
Syntax
'Declaration
 
Public Function ContainsRow( _
   ByVal row As Integer _
) As Boolean
public bool ContainsRow( 
   int row
)

Parameters

row
Index of the row to check.

Return Value

True if the range contains the row, False otherwise.
See Also

Reference

CellRange Structure
CellRange Members