getContainedApplet method



Returns a reference to the applet identified by the specified index.

Syntax

Applet = AppletContainer.getContainedApplet(index)

Applies to

AppletContainer object.

Parameters

index
integer. The index of the applet to which a reference is to be returned. The index is the integer specified in the AppletContainer applet_n PARAM tag that identifies the applet.

Return value

Applet. A reference to the applet whose index matches the index value specified in the method call.

Example
Charting sheet data example

See also
getContainedAppletByName method
getNumberOfContainedApplets method