Click or drag to resize
TableMerge Method (Boolean)
Creates a merged cell form the current Table or merges all columns in the Table into one column.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void Merge(
	bool Across
)

Parameters

Across
Type: SystemBoolean
true to merge cells in each row of the Table as separate merged cells. The default value is false.
Remarks
Create a merged cell form the TableRange or merges all columns in the Table into one column.
See Also