RVTDocs.com

TableSectionData.MergeCells

Method
Description:
Merges cells for the given area.
Syntax
public void MergeCells(
	TableMergedCell mergedCell
)
Parameters
Parameter Type Description
mergedCell TableMergedCell
Return Value
Exceptions
Exception Condition
ArgumentException The given TableMergedCell mergedCell is outside of acceptable range.
ArgumentNullException A non-optional argument was null
InvalidOperationException This operation is forbidden for cells in standard schedule body sections.