How can I change the style of a given cell,
by writing some code on the cell directly below the cell and executing it?
I want to change this cell (*the cell that I want to change cell-style*) SelectionMove[EvaluationCell[], Previous, Cell]; ... I know that the code probably start like this, but I can't go further.
If it is possible using
menu(mouse right click on the target cell..?) or
shortcuts(when cursor is on the target cell..?),
I also want to know it.
