changing column type

how can i change a column type to ro after loading the grid??

The column type can be changed as
      grid.setColumnExcellType(index,“ro”);
where index - index of necessary column