This document is archived and information here might be outdated. Recommended version. |
Color for the excluded values.
[Visual Basic .NET] Public Property ExcludeColor As IColor
[C#] public IColor ExcludeColor {get; set;}
[C++]
HRESULT get_ExcludeColor(
IColor* Color
);
[C++]
HRESULT put_ExcludeColor(
IColor** Color
);
[C++] Parameters Color [in]
Color is a parameter of type IColor* Color [out, retval]
Color is a parameter of type IColor**
The ExcludeColor property controls the color with which any excluded values will be displayed. The different display for excluded values is black.