Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Cell
cell2
Cell
allowSplitting
Boolean

See Also