Share

TableSectionData.MergeCells Method

Merges cells for the given area.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public void MergeCells(
	TableMergedCell mergedCell
)

Parameters

mergedCell  TableMergedCell
 

Exceptions

ExceptionCondition
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.

See Also

Reference

Was this information helpful?