IsTextEditTarget cell (Group Properties section)
Determines text assignment for a group.
Value |
Description |
TRUE |
Text is added to the group shape. |
FALSE |
Text is added to the shape in the group at the top of the stacking order. |
Remarks
You can also set this value by selecting the group, clicking Behavior on the Format menu, and then selecting the Edit text of group check box.
Groups created in versions earlier than Microsoft Visio 2000 have a default value of FALSE. Beginning with Visio version 2000, the default value is TRUE.
To reference the IsTextEditTarget cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
IsTextEditTarget |
To reference the IsTextEditTarget cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowGroup |
Cell index: |
visGroupIsTextEditTarget |