Document.Frameset Property (2007 System)
Gets a Frameset that represents an entire frames page or a single frame on a frames page.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Frameset As Frameset
'Usage
Dim instance As Document
Dim value As Frameset
value = instance.Frameset
[BrowsableAttribute(false)]
public Frameset Frameset { get; }
[BrowsableAttribute(false)]
public:
property Frameset^ Frameset {
Frameset^ get ();
}
public function get Frameset () : Frameset
Property Value
Type: Frameset
A Frameset that represents an entire frames page or a single frame on a frames page.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.