[]
Set merged for this cell.
public bool SetMerged(int rows, int cols)
Public Function SetMerged(rows As Integer, cols As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | rows | The rows merged. |
| int | cols | The columns merged. |
| Type | Description |
|---|---|
| bool | true if it possible merged, otherwise false. |