Document.Frames Property

Definition

Gets a Frames collection that represents all the frames in the document.

public:
 property Microsoft::Office::Interop::Word::Frames ^ Frames { Microsoft::Office::Interop::Word::Frames ^ get(); };
public Microsoft.Office.Interop.Word.Frames Frames { get; }
member this.Frames : Microsoft.Office.Interop.Word.Frames
Public ReadOnly Property Frames As Frames

Property Value

A Frames collection that represents all the frames in the document.

Applies to