Borders.OutsideColor Property
Returns or sets the 24-bit color of the outside borders.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property OutsideColor As WdColor
Get
Set
'Usage
Dim instance As Borders
Dim value As WdColor
value = instance.OutsideColor
instance.OutsideColor = value
WdColor OutsideColor { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdColor
Remarks
The return value can be any valid WdColor constant or a value returned by Visual Basic's RGB function.
If the OutsideLineStyle property is set to either wdLineStyleNone or False, setting this property has no effect.