TableSectionData.GetMergedCell
Description:
Gets the whole merged cell that this cell is a part of.
Gets the whole merged cell that this cell is a part of.
public TableMergedCell GetMergedCell(
int nRow,
int nCol
)
-
nRowThe cell row.
-
nColThe cell column.
Return Value
TableMergedCell
-
The given row number nRow is invalid. -or- The given column number nCol is invalid.