The dot net includes only these options for changing backcolor of selection in a table:
Quote:
BackColor Overridden. Gets or sets the background color of even-numbered rows of the grid.
SelectionBackColor Gets or sets the background color of selected rows.
SelectionForeColor Gets or set the foreground color of selected rows.
|
So I guess you can't do it, unless you want to invent something like pasting a bitmap on which you printed the text ...(like the trick of multiple lines in blist).