TableSectionData.SetMergedCell
Description:
Sets the merged cell that this cell is a part of.
Sets the merged cell that this cell is a part of.
public void SetMergedCell(
int nRow,
int nCol,
TableMergedCell mergedCell
)
-
Int32nRowThe cell row.
-
Int32nColThe 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.