Add merged cell to a table.

Namespace: Arctorus.Documents.Tables
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void AddMergedCell(
	MergedCell cell
)
Visual Basic
Public Sub AddMergedCell ( _
	cell As MergedCell _
)
Visual C++
public:
void AddMergedCell(
	MergedCell^ cell
)

Parameters

cell
Type: Arctorus.Documents.Tables..::..MergedCell
New merged cell.

See Also