IsDropTarget cell (Group Properties section)

Microsoft Office ShapeSheet

IsDropTarget cell (Group Properties section)

       Rows

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 Format menu, 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 Format menu, 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 reference the IsDropTarget cell by name from another formula, or from a program using the Cells property, use:

Cell name:

IsDropTarget

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

Section index:

visSectionObject

Row index:

visRowGroup

Cell index:

visGroupIsDropTarget