Share via


ChartBorder.ColorIndex Property

Returns or sets an Object value that represents the color of the border.

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

Syntax

'Declaration
Property ColorIndex As Object
    Get
    Set
'Usage
Dim instance As ChartBorder
Dim value As Object

value = instance.ColorIndex

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

Property Value

Type: System.Object
Object

Remarks

The color is specified as an index value into the current color palette, or as one of the following XlColorIndex constants:

See Also

Reference

ChartBorder Interface

ChartBorder Members

Microsoft.Office.Interop.Word Namespace