Frames.Add(Range) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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