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)
Syntax
'Declaration
ReadOnly Property Lines As Lines
Get
'Usage
Dim instance As Rectangle
Dim value As Lines
value = instance.Lines
Lines Lines { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Lines
Remarks
Use the Lines collection and related objects and properties to programmatically define page layout in a document.