Frames.Add Method

Returns a Frame object that represents a new frame added to a range, selection, or document.

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

Syntax

'Declaration
Function Add ( _
    Range As Range _
) As Frame
'Usage
Dim instance As Frames
Dim Range As Range
Dim returnValue As Frame

returnValue = instance.Add(Range)
Frame Add(
    Range Range
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Word.Frame

See Also

Reference

Frames Interface

Frames Members

Microsoft.Office.Interop.Word Namespace