Click or drag to resize

ITable MergeCells Method

Merges neighbour cells.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void MergeCells(
	Cell cell1,
	Cell cell2,
	bool allowSplitting
)

Parameters

cell1
Type: Spire.Presentation Cell
Cell to merge.
cell2
Type: Spire.Presentation Cell
Cell to merge.
allowSplitting
Type: System Boolean
True to allow cells splitting.
See Also