sets an excell type for all the cells in the specified column
colIndex | number | the index of a column |
type | string | the type of excell |
Available only in PRO Edition
//set type "ch" for the cells in the 3rd column
mygrid.setColumnExcellType(2,"ch");
Back to top