Frameset.FrameDisplayBorders Property
True if the frame borders on the specified frames page are displayed.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property FrameDisplayBorders As Boolean
Get
Set
'Usage
Dim instance As Frameset
Dim value As Boolean
value = instance.FrameDisplayBorders
instance.FrameDisplayBorders = value
bool FrameDisplayBorders { get; set; }
Property Value
Type: System.Boolean