Tab.ColorIndex Property

Definition

Returns or sets the color of the specified chart tab.

public:
 property Microsoft::Office::Interop::Excel::XlColorIndex ColorIndex { Microsoft::Office::Interop::Excel::XlColorIndex get(); void set(Microsoft::Office::Interop::Excel::XlColorIndex value); };
public Microsoft.Office.Interop.Excel.XlColorIndex ColorIndex { get; set; }
Public Property ColorIndex As XlColorIndex

Property Value

Remarks

The color is specified as one of the XlColorIndex constants.

Applies to