View Single Post
Hi

Any help on this would be great. I am looking for the command to expand an image within a cell through Applescript. I am sorry if this is too simple.

This expands a row:
set expanded of oneRow to true
This expands a non-empty note:
if (length of (note of oneRow as string)) > 0 then
set note expanded of oneRow to true
end if

How do you expand an image within a cell?

Thanks.