tblITableEditor SetCellColumnSpan

Merges cells over columns.

Syntax

tblITableEditor_handle SetCellColumnSpan startcell, numberOfCells

Application

Tcl Query

Description

This command is used to merge cells over columns.

Inputs

startcell
The cell to you want to expand or merge with other cells. For example, B2.
numberOfCells
The number of cells to merge. For example, 3.

Example

Merge the three cells B2, C2, and D2:
tblITableEditor SetCellColumnSpan B2 3

Errors

Returns success(0) or an error code.