C
cmadise
Hi,
I'd like to insert a TableRow into a table at a specified index by
using TableRowCollection.AddAt(). The table is not rendering the rows
in the order expected so I wonder whether AddAt() replaces the row at
the specified index or inserts the row at the specified index and
increases the indicies of the rows that follow by 1. Any ideas?
Thanks!
I'd like to insert a TableRow into a table at a specified index by
using TableRowCollection.AddAt(). The table is not rendering the rows
in the order expected so I wonder whether AddAt() replaces the row at
the specified index or inserts the row at the specified index and
increases the indicies of the rows that follow by 1. Any ideas?
Thanks!