set cell types

hi, i read in the new release that i can set individual cell types and not just column types



however, i cannot find this anywhere in the documentation. please can you tell me how to set the individual cell types to coro, ed, calendar etc…



thanks

While loading from XML you can defined type of cell as
    some
this value will be used for cell in question, instead of global column settings.

Same can be done from js code by
    grid.setCellExcellType(…
    grid.setRowExcellType(…
    grid.setColumnExcellType(…