Frameset.FrameName Property

Returns or sets the name of the specified frame on a frames page.

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

Syntax

'Declaration
Property FrameName As String
    Get
    Set
'Usage
Dim instance As Frameset
Dim value As String

value = instance.FrameName

instance.FrameName = value
string FrameName { get; set; }

Property Value

Type: System.String

See Also

Reference

Frameset Interface

Frameset Members

Microsoft.Office.Interop.Word Namespace