TRVTableItemInfo & TRVTableCellData - Style

General TRichView support forum. Please post your questions here
Post Reply
pasnox
Posts: 1
Joined: Fri May 05, 2006 9:27 am

TRVTableItemInfo & TRVTableCellData - Style

Post by pasnox »

Hi,

i'm new at trichview.
i would like to know if there is a way to change table's cells style ?

i want to set specific cell option, like text bold and borders in a specific cell.
I'm using a TRVTableItemInfo and set text on TRVTableCellData.

Thanks,
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

For making the cell text bold just make it bold. It's a property of text style, not a cell property.
Cell can have its own background color, border color, background picture (Color, BorderColor, BorderLightColor, BackgroundImage, BackgroundStyle properties of TRVTableCellData)
Post Reply