הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
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.