ComponentOne FlexGrid for WinForms
Contains Method (CellRange)

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

Parameters

row
Index of the row to check.
col
Index of the column to check.

Return Value

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

Reference

CellRange Structure
CellRange Members