Question
Adding footer to an existing table using scripts
Hi,
I need to add header and footer to an existing tables using script. I tried this,
myTable.rows.item(-1).rowType = RowTypes.FOOTER_ROW;
But It shows an error: Cannot set row type.
How shall I get it. Please do guide me.
Regards,
Revathi
