v4.0
Adds a Grid Parameter to the
CustomProperty. The grid is a
convenient way to store 1- or 2-dimensional Arrays and the user can
view and edit this data via the siControlGrid (see siPPGControlType).
To change the contents of the grid via scripting use the GridData object, which is accessible via the
Parameter.Value property.
To include the Grid in the Property Page of the CustomProperty use
the PPGLayout.AddItem
method.
oReturn = CustomProperty.AddGridParameter( ScriptName ); |
The newly created Parameter object.
Parameter | Type | Description |
---|---|---|
ScriptName | string | Script name of the new parameter |