[]
        
(Showing Draft Content)

C1.C1Preview.UserCellGroup.ContainsCell

ContainsCell Method

ContainsCell(int, int)

Tests whether the current cell group contains a cell with the specified row and column indices.

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

The row index of the cell.

int col

The column index of the cell.

Returns
Type Description
bool

true if the current group contains the specified cell, false otherwise.