Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Returns information about the specified range. Read-only Variant.
Syntax
expression. Information( Type )
expression Required. A variable that represents a Range object.
Parameters
| Name | Required/Optional | Data type | Description |
|---|---|---|---|
| Type | Required | wdInformation | The information type. |
Example
If the tenth word is in a table, this example selects the table.
If ActiveDocument.Words(10).Information(wdWithInTable) Then _
ActiveDocument.Words(10).Tables(1).Select
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.