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.
Returns information about the specified selection or range.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Information ( _
Type As WdInformation _
) As Object
Get
'Usage
Dim instance As Selection
Dim Type As WdInformation
Dim value As Object
value = instance.Information(Type)
Object this[
WdInformation Type
] { get; }
Parameters
- Type
Type: Microsoft.Office.Interop.Word.WdInformation
Required WdInformation. The information type.
Property Value
Type: System.Object