Lines Interface

A collection of Line objects that represents the lines in a Rectangle object that is of type wdTextRectangle.

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

Syntax

'Declaration
<GuidAttribute("E2E8A400-0615-427D-ADCC-CAD39FFEBD42")> _
Public Interface Lines _
    Inherits IEnumerable
'Usage
Dim instance As Lines
[GuidAttribute("E2E8A400-0615-427D-ADCC-CAD39FFEBD42")]
public interface Lines : IEnumerable

Remarks

Use the Lines property to return a collection of lines for a specified rectangle.

Use the RectangleType property of the specified Rectangle object to determine whether the Rectangle object is of type wdTextRectangle.

See Also

Reference

Lines Members

Microsoft.Office.Interop.Word Namespace