Hi,
I have four slides in a presentation and I’m trying to get the last slide (which is slide 4) using get_Item(4); the error Index is less than 0 or more than or equal to the list count. Parameter name: index Actual value was 4. keeps popping up. Can I not use the get_item method to get the last slide in a PPTX?
I’m using PresentationEx.
Many thanks