Click or drag to resize

XlsConditionValue Constructor (XlsConditionalFormat, ConditionValueType, Object, Boolean)

Initializes a new instance of the XlsConditionValue class with the specified conditional format, condition value type, value, and a flag indicating if the comparison is greater than or equal.

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,
	bool isGTE
)

Parameters

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