2022 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