insertionIndex property

int? insertionIndex
getter/setter pair

The optional zero-based index indicating where to insert the slides.

If you don't specify an index, the slide is created at the end.

Implementation

core.int? insertionIndex;