Share via


Frameset.FramesetBorderColor Property

Returns or sets the color of the frame borders on the specified frames page. Can be any of the WdColor constants.

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

Syntax

'Declaration
Property FramesetBorderColor As WdColor
    Get
    Set
'Usage
Dim instance As Frameset
Dim value As WdColor

value = instance.FramesetBorderColor

instance.FramesetBorderColor = value
WdColor FramesetBorderColor { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdColor

See Also

Reference

Frameset Interface

Frameset Members

Microsoft.Office.Interop.Word Namespace