IsDropTarget Cell (Group Properties Section)

Determines whether the group allows you to add a shape to it by dropping it on the group.

Value Description
TRUE
Can add a shape to the group by dropping it onto the group.
FALSE
Cannot drop shape onto the group.

Remarks

You can also set this value by selecting the group, clicking Behavior on the Developer tab, and then selecting the Accept dropped shapes check box.

To add a shape to a group by dropping it on the group, you must also enable similar shape behavior. You must select the shape, click Behavior on the Developer tab, and then select the Add shape to groups on drop check box. This value is stored in the IsDropSource cell in the Miscellaneous section.

To get a reference to the IsDropTarget cell by name from another formula, or from a program using the CellsU property, use:

Value
Cell name:
IsDropTarget

To get a reference to the IsDropTarget cell by index from a program, use the CellsSRC property with the following arguments:

Value
Section index:
visSectionObject
Row index:
visRowGroup
Cell index:
visGroupIsDropTarget