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
)
Public Sub SplitCell (
columnNum As Integer,
rowNum As Integer
)
public:
void SplitCell(
int columnNum,
int rowNum
)
member SplitCell :
columnNum : int *
rowNum : int -> unit
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