Answered
It is possible to add one row or a line of text at the end of a table in a document with many table?
Or at least know the code to look at the end of a table and insert a line of text?
Thanks
Or at least know the code to look at the end of a table and insert a line of text?
Thanks
Try the following
app.documents[0].stories.everyItem().tables.everyItem().rows.add(LocationOptions.AT_END).cells.everyItem().appliedCellStyle = "StyleName"
-Manan
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.