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

Property Value

Type: System.Object

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace