Skip to main content
Known Participant
June 23, 2015
Question

Is it possible to get the cell object when I just have the parent element selected.. no pgf content inside

  • June 23, 2015
  • 1 reply
  • 392 views

Hi,

I have an entry element selected, but it has no pgf content. Can I get the cell object somehow?

thanks,

Tracey

This topic has been closed for replies.

1 reply

frameexpert
Community Expert
Community Expert
June 23, 2015

Assuming that element is the <entry> element, you should be able to use:

cell = element.Object;

Rick

www.frameexpert.com
Known Participant
June 29, 2015

Thanks Rick,... one of the easy (and obvious) when you know how....

doh,

Tracey

frameexpert
Community Expert
Community Expert
June 30, 2015

Things aren't always so obvious. I am just a couple of steps ahead of you :-). Please mark my answer Correct. Thanks!

www.frameexpert.com