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
- Range
Type: Microsoft.Office.Interop.Word.Range
Required Range object. The range that you want the frame to surround.
Return Value
Type: Microsoft.Office.Interop.Word.Frame