Finding a table cell's row

General TRichView support forum. Please post your questions here
Post Reply
martindholmes
Posts: 131
Joined: Mon Aug 29, 2005 12:03 pm

Finding a table cell's row

Post by martindholmes »

Hi there,

Is there any way I can find out the table row from a table cell? For example, I have a pointer to a TRVTableCellData object; is there a way I can read the VAlign setting from its TRVTableRow?

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

Post by Sergey Tkachenko »

table.GetCellPosition(Cell, Row, Col);
Post Reply