splitCell
splits merged cells
void splitCell(number row,number column, [string page] );
| row | number | the row index of the cell the span starts with |
| column | number | the column index of the cell the span starts with |
| page | string | optional, the name of the sheet |
Example
$$("ssheet").splitCell(row, column, page);
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.