TTMSFNCProgressGridCell - Color and text ProgressBar

Hello,

Is there a way to change the color of each desired cell's progress bar and its internal text?
Thanks

You can set the value via

TMSFNCGrid1.SetProgressBarValue()

and the layout via

TMSFNCGrid1.Appearance.ProgressLayout

Thank you Pieter