Hi
I'm a new user trying TRichView.
I have a table with only one complex row:
My question is:
Can I create a table with 100 rows based on this row?
Thanks
Table with complex row
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Create a table having the required count of rows and columns, then merge cells using table.MergeCells method.
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
I created a function for replicating table rows: http://www.trichview.com/forums/viewtopic.php?t=6765
I assumed that:
- you need to add new rows in the same table
- you need it as an editable (undoable) operation.
I assumed that:
- you need to add new rows in the same table
- you need it as an editable (undoable) operation.