Click or drag to resize

ColorConditionValue Constructor

Note: This API is now obsolete.

Initializes a new instance of the ColorConditionValue class with the specified type, value, and color.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("please use ColorScale.AddCriteria(ConditionValueType type, object value, Color color)")]
public ColorConditionValue(
	ConditionValueType type,
	Object value,
	Color color
)

Parameters

type
Type: Spire.Xls ConditionValueType
value
Type: System Object
color
Type: System.Drawing Color
See Also