[]
Gets whether a cell at specified coordinates is merged, or not.
public bool IsMerged(int row, int column)
| Type | Name | Description |
|---|---|---|
| int | row | The 1-based row index of the cell to check. |
| int | column | The 1-based column index of the cell to check. |
| Type | Description |
|---|---|
| bool | Returns |