SMART datagrid v.1 > Classes > GridStyles
It specifies the rotational state of shape which is displayed in cell by the value between 0 ~ 360.
Defaults to 0.
column.styles().setShapeRotate(30);
// or
column.setStyles({
shapeRotate: 35
});