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)

Usage

Public Class ramesetImplementation
    Implements Frameset
End Class
Dim ramesetImplementation1 As New ramesetImplementation()

Syntax

Public Interface Frameset
    Inherits IEnumerable
public interface Frameset : IEnumerable
public interface class Frameset : public IEnumerable
public interface Frameset implements IEnumerable
public interface Frameset implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Frameset Members