Page 1 of 1

Finding a table cell's row

Posted: Thu Jun 08, 2006 12:58 pm
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

Posted: Fri Jun 09, 2006 3:11 pm
by Sergey Tkachenko
table.GetCellPosition(Cell, Row, Col);