Click or drag to resize
CellMergeTo Method
Merge the specified cells to target cell in the worksheet.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void MergeTo(
	int Row,
	int Col
)

Parameters

Row
Type: SystemInt32
The row number of the target cell.
Col
Type: SystemInt32
The column number of the target cell.
See Also