PPGLayout.Item operator

Introduced

v4.0

Description

Returns a PPGItem on the Layout. You can look up an item based in its index or PPGItem.Name. It is not defined which item you will get if there are multiple items on the layout with the same requested name.

C# Syntax

// get accessor
PPGItem PPGLayout.get_Item( Object in_Key );

Parameters

Parameter Type Description
Key Variant Index or name of the Item.

See Also

PPGLayout.Count