Border.ColorIndex Property

Returns or sets the color for the specified border object.

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

Syntax

'Declaration
Property ColorIndex As WdColorIndex
    Get
    Set
'Usage
Dim instance As Border
Dim value As WdColorIndex

value = instance.ColorIndex

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

Property Value

Type: Microsoft.Office.Interop.Word.WdColorIndex

See Also

Reference

Border Interface

Border Members

Microsoft.Office.Interop.Word Namespace