ErrorCheckingOptions.IndicatorColorIndex Property

Definition

Returns or sets the color of the indicator for error checking options.

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

Property Value

Remarks

XlColorIndex can be one of the following XlColorIndex constants:

xlColorIndexAutomatic The default system color.

xlColorIndexNone Not used with this property.

You can specify a particular color for the indicator by entering the corresponding index value. You can use the Colors[Object] property to return the current color palette.

The following illustration shows the color-index values in the default color palette.

Applies to