XLL+ Class Library (6.3)

Group.DescriptionBuilderType

A flag that controls how a group's description is built out of its component arguments

Remarks

Consider a group which contains the following arguments:

Name Description
Real Real component
Imag Imaginary component

The table below lists the allowed values of this property, and shows how the group's description would appear for the group defined above.

Value Description Example
DynamicIndexName Numbers and names of each argument 2 items: 1:Real; 2:Imag
DynamicIndexDescription Numbers and descriptions of each argument 2 items: 1:Real component; 2:Imaginary component
DynamicIndexNameDescription Numbers, names and descriptions of each argument 2 items: 1:Real (Real component); 2:Imag (Imaginary component)
DynamicName Names of each argument 2 items: Real; Imag
DynamicDescription Descriptions of each argument 2 items: Real component; Imaginary component
DynamicNameDescription Names and descriptions of each argument 2 items: Real (Real component); Imag (Imaginary component)
Static Determined only by the value of the group's Description N/A

See Also

Group Model | Group Properties