Rectangle.Lines Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::Lines ^ Lines { Microsoft::Office::Interop::Word::Lines ^ get(); };
public Microsoft.Office.Interop.Word.Lines Lines { get; }
member this.Lines : Microsoft.Office.Interop.Word.Lines
Public ReadOnly Property Lines As Lines

Property Value

Remarks

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

Applies to