Frames.Add(Range) Method

Definition

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

public:
 Microsoft::Office::Interop::Word::Frame ^ Add(Microsoft::Office::Interop::Word::Range ^ Range);
public Microsoft.Office.Interop.Word.Frame Add (Microsoft.Office.Interop.Word.Range Range);
abstract member Add : Microsoft.Office.Interop.Word.Range -> Microsoft.Office.Interop.Word.Frame
Public Function Add (Range As Range) As Frame

Parameters

Range
Range

Required Range object. The range that you want the frame to surround.

Returns

Applies to