Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Looi7658678

1 Comments

Sorted by latest first Latest Oldest Best

 

@Vandalay110

thanx to Jarek:

Lets assume a textFrame with your table is selected;

var
mT = app.selection[0].tables[0],
len = mT.cells.length;

while (len-->0)
mT.cells[len].fillTint = parseInt(mT.cells[len].contents);

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme