ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
CAChris Angevine07/01/2015

I'm looking for a way in API to change the color of text in certain cells of a Weldment Cutlist Table.  After searching past posts I found one that can do it, but it also changes the text itself.

swTable.Text(0, 0) = "<FONT color=0x000000ff>Red Color<FONT color=0x00000000>"

I want to leave the text as it is and just change the color.  Changing the background color would be fine too.  Has anyone done this before?

Thanks.