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)

Usage

Public Class ectanglesImplementation
    Implements Rectangles
End Class
Dim ectanglesImplementation1 As New ectanglesImplementation()

Syntax

Public Interface Rectangles
    Inherits IEnumerable
public interface Rectangles : IEnumerable
public interface class Rectangles : public IEnumerable
public interface Rectangles implements IEnumerable
public interface Rectangles implements IEnumerable

Remarks

Use the Rectangles property to return a Rectangles collection.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Rectangles Members