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
)
-
Int32nRowThe cell row.
-
Int32nColThe cell column.
-
The given row number nRow is invalid. -or- The given column number nCol is invalid.