Rectangle.Lines Property 

Returns a Lines collection that represents the lines in a specified portion of text in a page.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim rectangle1 As Rectangle

Dim returnValue As Lines
returnValue = rectangle1.Lines

Syntax

ReadOnly Property Lines() As Lines
Lines Lines {get;}
property Lines^ Lines{
    Lines^ get();
}
public Lines get_Lines();
function get Lines() : Lines;

Remarks

Use the Lines collection and related objects and properties to programmatically define page layout in a document.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Rectangle Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Rectangle Members