Frameset Members

Include Protected Members
Include Inherited Members

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

The Frameset type exposes the following members.

Methods

  Name Description
Public method AddNewFrame Adds a new frame to a frames page.
Public method Delete Deletes the specified object.
Public method GetEnumerator (Inherited from IEnumerable.)

Top

Properties

  Name Description
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property ChildFramesetCount Returns the number of child Frameset objects associated with the specified Frameset object.
Public property ChildFramesetItem Returns the Frameset object that represents the specified child Frameset object.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property FrameDefaultURL Returns or sets the Web page or other document to be displayed in the specified frame when the frames page is opened.
Public property FrameDisplayBorders True if the frame borders on the specified frames page are displayed.
Public property FrameLinkToFile True if the Web page or other document specified by the FrameDefaultURL property is an external file to which Microsoft Word maintains only a link from the specified frame.
Public property FrameName Returns or sets the name of the specified frame on a frames page.
Public property FrameResizable True if the user can resize the specified frame when the frames page is viewed in a Web browser.
Public property FrameScrollbarType Returns or sets when scroll bars are available for the specified frame when viewing its frames page in a Web browser.
Public property FramesetBorderColor Returns or sets the color of the frame borders on the specified frames page. Can be any of the WdColor constants.
Public property FramesetBorderWidth Returns or sets the width (in points) of the borders surrounding the frames on the specified frames page.
Public property Height Returns or sets the height of the specified Frameset object.
Public property HeightType Returns or sets the width type for the specified frame on a frames page.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property ParentFrameset Returns a Frameset object that represents the parent of the specified Frameset object on a frames page.
Public property Type Returns the Frameset object type.
Public property Width Returns or sets the width of the specified Frameset object.
Public property WidthType Returns or sets the width type of the specified Frameset object.

Top

See Also

Reference

Frameset Interface

Microsoft.Office.Interop.Word Namespace