[]
Returns whether the cells contained in a range can be merged.
public static bool CanMergeCells(this C1TextRange range)
| Type | Name | Description |
|---|---|---|
| C1TextRange | range | A C1TextRange. |
| Type | Description |
|---|---|
| bool | Whether the cells contained in a range can be merged. |