[]
        
Returns true if this MergeArea contains the cell at the specified row & column index.
public bool ContainsCell(int row, int column)
| Type | Name | Description | 
|---|---|---|
| int | row | The row of the cell.  | 
    
| int | column | The column of the cell.  | 
    
| Type | Description | 
|---|---|
| bool | True if the MergeArea contains the specified cell.  |