Constructor.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public TableMergedCell(
int top,
int left,
int bottom,
int right
)
Parameters
- top Int32
-
Row index of the top-left of a table grid.
- left Int32
-
Column index of the top-left of a table grid.
- bottom Int32
-
Row index of the bottom-right of a table grid.
- right Int32
-
Column index of the bottom-right of a table grid.
See Also
Reference