Copy link to clipboard
Copied
Hi
I have a cell object and I want to find out what column it is in. How do I do that with JavaScript? Thank you very much.
Rick
myCell.parentColumn.index;
Peter
Copy link to clipboard
Copied
myCell.parentColumn.index;
Peter
Copy link to clipboard
Copied
Hi Peter,
Thank you very much. I looked in the docs, but I missed it.
Rick
Find more inspiration, events, and resources on the new Adobe Community
Explore Now