Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether a user is queried to enter shape data for a shape when an instance is created or the shape is duplicated or copied.
| Value | Description |
|---|---|
| TRUE |
Ask user to enter shape data in the Define Shape Data dialog box. |
| FALSE |
Do not ask user to enter data. |
Remarks
The value in this cell corresponds to the Ask on drop check box in the Define Shape Data dialog box (right-click the shape, point to Data, and then click Define Shape Data).
To get a reference to the Ask cell by name from another formula, or from a program by using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
Prop. name .Verify where Prop. name is the name of the custom property row. |
To get a reference to the Ask cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionProp |
| Row index: |
visRowProp + i where i = 0, 1, 2,... |
| Cell index: |
visCustPropsAsk |