Table row properties

Is it possible to access Table properties like foreground by row in script? I’d like to programatically change the appearence of certain rows. I’m already using the mapping feature for something else. This would be over and above that. Thanks

No, the mapping feature is the only way right now. The mapping feature applies to the entire column (every row). The only thing you can do is put html as the value in the dataset. Something like:<html><span color=red>Test</span>That requires that each column is a string though.