Hi,
I have an issue with row label attributes in table controls.
My table is in Column mode.
I set the columns attributes with SetTableColumnAttribute
When I add a new row the cells are created according to the column attributes set with SetTableColumnAttribute
My isuue is that I couldn't figure out how to set the default attribute for the row labels.
If I would like to have for example the row label bold each time I insert a new row how can I do it?
Thanks