RVTDocs.com

TableSectionData.GetMergedCell

Method
Description:
Gets the whole merged cell that this cell is a part of.
Syntax
public TableMergedCell GetMergedCell(
	int nRow,
	int nCol
)
Parameters
Parameter Type Description
nRow Int32 The cell row.
nCol Int32 The cell column.
Return Value
Exceptions
Exception Condition
ArgumentException The given row number nRow is invalid. -or- The given column number nCol is invalid.