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
)
Public Sub Split (
RowCount As Integer,
ColunmCount As Integer
)
public:
void Split(
int RowCount,
int ColunmCount
)
member Split :
RowCount : int *
ColunmCount : int -> unit
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