"centerIndex"

Defines the slide which shall be used as main slide.

Synopsis

shape.centerIndex(int index);

Parameter

Parameter Description
shape Name of the object
index Index of the slide (starting from 0)

Description

Defines the slide which shall be used as main slide.

Example

main()
{
  PictureFlow_ewo1.centerIndex(3);
}

Assignment

PictureFlow EWO