Share via


Borders.OutsideColorIndex Property

Returns or sets the color of the outside borders.

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

Syntax

'Declaration
Property OutsideColorIndex As WdColorIndex
    Get
    Set
'Usage
Dim instance As Borders
Dim value As WdColorIndex

value = instance.OutsideColorIndex

instance.OutsideColorIndex = value
WdColorIndex OutsideColorIndex { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdColorIndex

Remarks

If the OutsideLineStyle property is set to either wdLineStyleNone or False, setting this property has no effect.

See Also

Reference

Borders Interface

Borders Members

Microsoft.Office.Interop.Word Namespace