2027 Method
Changes 0
M

TableSectionData.GetMergedCell

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