SMART datagrid v.1 > Classes > GridStyles
The size of shape which is drawn in cell.
It can be specified as a constant value or percentage value. The meaning of this size value will be different depending on each cell renderer.
column.styles().setShapeSize(11);
// or
column.styles().setShapeSize('90%');