Frame Interface 

Represents a frame in a selection, range, or document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class rameImplementation
    Implements Frame
End Class
Dim rameImplementation1 As New rameImplementation()

Syntax

Public Interface Frame
public interface Frame
public interface class Frame
public interface Frame
public interface Frame

Remarks

The Frame object is a member of the Frames collection. The Frames collection includes all frames in a selection, range, or document.

Use Frames(index), where index is the index number, to return a single Frame object. The index number represents the position of the frame in the selection, range, or document.

Use the Add method to add a frame around a range.

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

Frame Members