How to insert a slide at a specific position? #147
-
The example has "Copy second slide from source to target". Can I do this by specifying the position to insert the slide? Is there such a method? |
Beta Was this translation helpful? Give feedback.
Answered by
ashahabov
Jul 14, 2021
Replies: 1 comment
-
No, the current version does not contain a method to insert slide in a certain position. As a workaround, you can add, then change the position of the added slide via setter of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ashahabov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, the current version does not contain a method to insert slide in a certain position.
As a workaround, you can add, then change the position of the added slide via setter of
ISlide.Number
property.