MergeCells

ITable.MergeCells method

Merges neighbour cells.

public ICell MergeCells(ICell cell1, ICell cell2, bool allowSplitting)
ParameterTypeDescription
cell1ICellCell to merge.
cell2ICellCell to merge.
allowSplittingBooleanTrue to allow cells splitting.

Return Value

Merged cell.

See Also