Rectangles Interface

A collection of Rectangle objects in a page that represent portions of text and graphics. Use the Rectangles collection and related objects and properties for programmatically defining page layout in a document.

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

Syntax

'Declaration
<GuidAttribute("7D0F7985-68D9-4D93-91CB-8109280E76CC")> _
Public Interface Rectangles _
    Inherits IEnumerable
'Usage
Dim instance As Rectangles
[GuidAttribute("7D0F7985-68D9-4D93-91CB-8109280E76CC")]
public interface Rectangles : IEnumerable

Remarks

Use the Rectangles property to return a Rectangles collection.

See Also

Reference

Rectangles Members

Microsoft.Office.Interop.Word Namespace