2027 Method
Changes 0
M

TableSectionData.SetMergedCell

Description:
Sets the merged cell that this cell is a part of.
public void SetMergedCell(
	int nRow,
	int nCol,
	TableMergedCell mergedCell
)
  • Int32
    nRow
    The cell row.
  • Int32
    nCol
    The cell column.
  • mergedCell
  • The given row number nRow is invalid. -or- The given column number nCol is invalid. -or- The given TableMergedCell mergedCell is outside of acceptable range.
  • A non-optional argument was null
  • This operation is forbidden for cells in standard schedule body sections.