Share via


Borders.InsideColorIndex Property

Returns or sets the color of the inside borders.

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

Syntax

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

value = instance.InsideColorIndex

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

Property Value

Type: Microsoft.Office.Interop.Word.WdColorIndex

Remarks

If the InsideLineStyle 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