Click or drag to resize

Cell Split Method

Split the cell.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Split(
	int RowCount,
	int ColunmCount
)

Parameters

RowCount
Type: System Int32
The number of cells being split in the row direction.
ColunmCount
Type: System Int32
The number of cells being split in the colunm direction.
See Also