DHTMLX Docs & Samples Explorer

setCellExcellType(rowId, cellIndex, type)

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

set excell type for cell in question

  • rowId - row ID
  • cellIndex - cell index
  • type - type of excell (code like “ed”, “txt”, “ch” etc.)
   //set type "txt" to the second cell in the row with id "row1"
   mygrid.setCellExcellType("row1",1,"txt");

See also: setRowExcellType

Related articles: