This topic has not yet been rated - Rate this topic

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)
[GuidAttribute("000209E2-0000-0000-C000-000000000046")]
public interface Frameset : IEnumerable

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.