List.Range Property

Returns a Range object that represents the portion of a document that's contained in the specified object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Range As Range
    Get
'Usage
Dim instance As List
Dim value As Range

value = instance.Range
Range Range { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Range

Remarks

For information about returning a range from a document or returning a shape range from a collection of shapes, see the Range method.

See Also

Reference

List Interface

List Members

Microsoft.Office.Interop.Word Namespace