[]
Represents a color conditional formatting value.
[TypeConverter(typeof(ConditionalFormattingColorValue.ConditionalFormattingColorValueTypeConverter))]
public sealed class ConditionalFormattingColorValue : ConditionalFormattingValue, ISerializeSupport, ISerializable, ICloneable
<TypeConverter(GetType(ConditionalFormattingColorValue.ConditionalFormattingColorValueTypeConverter))>
Public NotInheritable Class ConditionalFormattingColorValue
Inherits ConditionalFormattingValue
Implements ISerializeSupport, ISerializable, ICloneable
Name | Description |
---|---|
ConditionalFormattingColorValue(Color, object, ConditionalFormattingValueType) | Initializes a new instance of the ConditionalFormattingColorValue class. |
Name | Description |
---|---|
Color | Gets or sets the color. |
Name | Description |
---|---|
Equals(object) | Determines whether the specified object is equal to this instance. |
GetObjectData(SerializationInfo, StreamingContext) | Populates a System.Runtime.Serialization.SerializationInfo object with the data needed to serialize the target object. |