[]
        
(Showing Draft Content)

C1.Win.FlexGrid.CellRange.Contains

Contains Method

Contains(int, int)

Determines whether the range contains a given cell.

Declaration
public bool Contains(int row, int col)
Parameters
Type Name Description
int row

Index of the row to check.

int col

Index of the column to check.

Returns
Type Description
bool

True if the range contains the cell, False otherwise.