RVTDocs.com

TableMergedCell(Int32, Int32, Int32, Int32)

Constructor
Description:
Constructor.
Syntax
public TableMergedCell(
	int top,
	int left,
	int bottom,
	int right
)
Parameters
Parameter Type Description
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.
Return Value