How to get the table's itemno by a rvdata of cell

General TRichView support forum. Please post your questions here
Post Reply
li_nummereins
Posts: 12
Joined: Fri Dec 14, 2007 5:46 am

How to get the table's itemno by a rvdata of cell

Post by li_nummereins »

Refering to the quiz in the demos, I make a program.There are several tables in my document, only one can be chosen. How do I get the table's itemno in the rv through RVDATA of the CELL?I want to judge the table whether to can be operated by the table's itemtext.
Sergey Tkachenko
Site Admin
Posts: 17499
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

table := cell.GetTable;
ItemNo := table.GetMyItemNo;
li_nummereins
Posts: 12
Joined: Fri Dec 14, 2007 5:46 am

Post by li_nummereins »

Thank you very much.
Post Reply