while exporting the slie in the slide i have one table with cells
i draw rectangle in cells when i moving the table the rectanles are not moving give me solution
while exporting the slie in the slide i have one table with cells
i draw rectangle in cells when i moving the table the rectanles are not moving give me solution
It will not move because cell does not hold any shape, so if you will move table, you will also have to move any containing shape alongside.
You can get coordinate of newly positioned cell by using Cell.TextFrame.X, Y properties.