DHTMLX Docs & Samples Explorer

setColumnExcellType(colIndex, 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 column

  • colIndex - column index
  • type - type of excell
   //set type "ch" for the cells in the 3rd column
   mygrid.setColumnExcellType(2,"ch");

See also: setRowExcellType, setCellExcellType, setColTypes

Related articles: