TableSectionData.GetMergedCell
Method
Description:
Gets the whole merged cell that this cell is a part of.
Gets the whole merged cell that this cell is a part of.
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. |