Ask cell (Custom Properties section)
Determines whether a user is queried to enter custom property information for a shape when an instance is created or the shape is duplicated or copied.
Value |
Description |
TRUE |
Ask user to enter custom property data in the Custom Properties dialog box. |
FALSE |
Do not ask user to enter data. |
Remarks
To reference the Ask cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
Prop.Name.Verify |
To reference the Ask cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionProp |
Row index: |
visRowProp + i |
Cell index: |
visCustPropsAsk |