sc_text_style({My_Field}, "Background-Color", "Size", "Color", "Family", "Weight")

This macro allows to modify the text style from the grid field dinamically.

Parameter Description
Field Name
Background-Color (optional) Text cell background Color
Size (optional) Text font size
Color (optional) Text Color
Family (optional) Text family
Weight (optional) Text weight

Ex. 1:
sc_text_style({my_field}, '#33FF99', '15px', '#000000', 'Arial, sans-serif', 'bold');