Rectangle.Lines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.