Frameset Interface

Represents an entire frames page or a single frame on a frames page.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("000209E2-0000-0000-C000-000000000046")> _
Public Interface Frameset _
    Inherits IEnumerable
'Usage
Dim instance As Frameset
[GuidAttribute("000209E2-0000-0000-C000-000000000046")]
public interface Frameset : IEnumerable

Remarks

There is no Framesets collection; each Document object or Pane object contains only one Frameset object.

Use the Frameset property of a Document or Pane object to return the Frameset object. For properties or methods that affect all frames on a frames page, use the Frameset object from the Document object. For properties or methods that affect individual frames on a frames page, use the Frameset object from the Pane object.

See Also

Reference

Frameset Members

Microsoft.Office.Interop.Word Namespace