ErrorCheckingOptions.IndicatorColorIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.