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
)
Sub MergeCells (
cell1 As Cell,
cell2 As Cell,
allowSplitting As Boolean
)
void MergeCells(
Cell^ cell1,
Cell^ cell2,
bool allowSplitting
)
abstract MergeCells :
cell1 : Cell *
cell2 : Cell *
allowSplitting : bool -> unit
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