IsSnapTarget Cell (Group Properties Section)
Determines whether you snap to a group or to shapes within the group.
Value | Description |
|---|---|
TRUE | Enable snapping to shapes within a group. |
FALSE | Snap only to the group. |
You can also set this value by selecting the group, clicking Behavior on the Developer tab, and then selecting the Snap to member shapes check box.
To get a reference to the IsSnapTarget cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | IsSnapTarget |
To get a reference to the IsSnapTarget cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowGroup |
Cell index: | visGroupIsSnapTarget |