Click or drag to resize

XlsConditionValue Constructor (XlsConditionalFormat, ConditionValueType, Object)

Initializes new instance of the class.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsConditionValue(
	XlsConditionalFormat cf,
	ConditionValueType type,
	Object value
)

Parameters

cf
Type: Spire.Xls.Core.Spreadsheet XlsConditionalFormat
Condition Forma.
type
Type: Spire.Xls ConditionValueType
Condition type.
value
Type: System Object
Condition value.
See Also