Click or drag to resize

TableCell SplitCell Method

The one cell splits into two or more cells.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void SplitCell(
	int columnNum,
	int rowNum
)

Parameters

columnNum
Type: System Int32
The split column number. Must be greater than or equal to 1 is only valid.
rowNum
Type: System Int32
The split row number. Must be greater than or equal to 1 is only valid.
See Also