hey Vamitul, i tried this code
app.activeDocument.stories.everyItem().tables.everyItem().cells.everyItem().rightInset = "3mm"
app.activeDocument.stories.everyItem().tables.everyItem().cells.everyItem().leftInset = "4mm"
but in case i have many tables with different values then i can't unify same values to all tables, i need to read left inset and reverse it to right inset Thanks
... View more