[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.Cells.MergeArea.ContainsCell

ContainsCell Method

ContainsCell(int, int)

Returns true if this MergeArea contains the cell at the specified row & column index.

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

The row of the cell.

int column

The column of the cell.

Returns
Type Description
bool

True if the MergeArea contains the specified cell.