sets an excell type for all cells in the specified row
| rowId | string|number | the id of a row | 
| type | string | the type of an excell | 
Available only in PRO Edition
//set the "ra_str" type for the cells in the row with the id "row1"
mygrid.setRowExcellType("row1","ra_str");
			Back to top