TableIsCellMergedΒΆ
TableIsCellMerged returns TRUE (1) if the specified cell belongs to a merged cell.
- bool = TableIsCellMerged(hTable, rvCell)
Return Value
If the cell belongs to a merged cell the function returns the value TRUE (1); otherwise it returns FALSE (0).
Parameters
- hTable
Identifies the table object.
- rvCell
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