Split
Split the cell into a given number of rows and columns.
Parameters:
Name |
Type |
Default |
Description |
oCell |
ApiTableCell
|
null |
The cell which be split. |
nRow |
Number
|
1 |
count of rows which the cell will be split. |
nCol |
Number
|
1 |
count of columns which the cell will be split. |
Returns:
- Type
-
ApiTable | null