Merge the specified cells to target cell in the worksheet.
Namespace: Aceoffix.WordWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic void MergeTo(
int Row,
int Col
)
Public Sub MergeTo (
Row As Integer,
Col As Integer
)
Parameters
- Row
- Type: SystemInt32
The row number of the target cell. - Col
- Type: SystemInt32
The column number of the target cell.
See Also