TableMerge Method (Boolean) |
Creates a merged cell form the current Table or merges all columns in the Table into one column.
Namespace: Aceoffix.ExcelWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic void Merge(
bool Across
)
Public Sub Merge (
Across As Boolean
)
Parameters
- Across
- Type: SystemBoolean
true to merge cells in each row of the Table as separate merged cells. The default value is false.
RemarksCreate a merged cell form the TableRange or merges all columns in the Table into one column.
See Also