Click or drag to resize
TableMerge Method
Creates a merged cell from the current Table.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void Merge()
Remarks
The value of a merged cell is specified by the cell in the upper-left corner of the Table.
Examples

Please refer to the code example in the OpenTable(String) method topic to learn how to call Merge method.

See Also