Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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