TableIsCellMerged returns TRUE (1) if the specified cell belongs to a merged cell.
Return Value
If the cell belongs to a merged cell the function returns the value TRUE (1); otherwise it returns FALSE (0).
Parameters
Identifies the table object.
rvCell is a vector with two elements:
| Element | Description |
|---|---|
| rvCell[1] | row index (starting with 1). |
| rvCell[2] | column index (starting with 1). |
See also
id-327069