Frame Interface
Office 2003
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)
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
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.