ChartFont.ColorIndex Property

Definition

Returns or sets an Object that represents the color of the font.

public:
 property System::Object ^ ColorIndex { System::Object ^ get(); void set(System::Object ^ value); };
public object ColorIndex { get; set; }
member this.ColorIndex : obj with get, set
Public Property ColorIndex As Object

Property Value

Object

Remarks

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

Applies to