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)

Syntax

'Declaration
<GuidAttribute("0002092A-0000-0000-C000-000000000046")> _
Public Interface Frame
'Usage
Dim instance As Frame
[GuidAttribute("0002092A-0000-0000-C000-000000000046")]
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.

See Also

Reference

Frame Members

Microsoft.Office.Interop.Word Namespace