IAdhocSlides.InsertAfter

Syntax

InsertAfter(Index: Integer; Name: String): IAdhocSlide;

Parameters

Index. Index of the slide, after which a new slide will be inserted.

Name. Slide name.

Description

The InsertAfter method adds a slide to the collection of dashboard slides after the specified slide and returns a dashboard slide.

See also:

IAdhocSlides