sets rowspan of the specified length starting from the specified cell
| rowID | string|number | the id of a row |
| colInd | number | the index of a column |
| length | number | the length of rowspan |
Available only in PRO Edition
mygrid.setRowspan("row1",0,2);
Back to top