DHTMLX Docs & Samples Explorer

setRowExcellType(rowId, type)

Required library edition: This method requires Professional Edition of the DHTMLX library
Required library file: dhtmlxgrid.js

set excell type for all cells in specified row

  • rowId - row ID
  • type - type of excell
   //set "ra_str" type for the cells in the row with id "row1"
   mygrid.setRowExcellType("row1","ra_str");

See also: setCellExcellType, setColumnExcellType

Related articles: