Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the list of identifiers of the callout shapes on the page.
Syntax
expression. GetCallouts( _NestedOptions_ )
expression A variable that represents a Page object.
Parameters
| Name | Required/Optional | Data type | Description |
|---|---|---|---|
| NestedOptions | Required | VisContainerNested | A constant that indicates whether to exclude shapes on the page that are contained by containers or lists. See Remarks for possible values. |
Return value
Long()
Remarks
The NestedOptions parameter must be one of the following VisContainerNested constants.
| Constant | Value | Description |
|---|---|---|
| visContainerIncludeNested | 0 | Include shapes that are in nested containers. |
| visContainerExcludeNested | 1 | Exclude shapes that are in nested containers. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.