Hi,
I have some problem in appending rows in Rich text tabel…
If i append blank row using rtt.addrow(1) … it works fine.
but i want to append row having text(data) in it…
Thanks in advance
Hi,
I have some problem in appending rows in Rich text tabel…
If i append blank row using rtt.addrow(1) … it works fine.
but i want to append row having text(data) in it…
Thanks in advance
Subject: RE: Rich text Table
You add a blank row, and then fill it in. Use a NotesRichTextNavigator to position to within the new cells, and call BeginInsert, (add your text), EndInsert methods.