Range.Information Property
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 Range
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