Initializes a new instance of the XlsConditionValue class

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public XlsConditionValue(
	XlsConditionalFormat cf,
	ConditionValueType type,
	Object value
)
Public Sub New ( 
	cf As XlsConditionalFormat,
	type As ConditionValueType,
	value As Object
)
public:
XlsConditionValue(
	XlsConditionalFormat^ cf, 
	ConditionValueType type, 
	Object^ value
)
new : 
        cf : XlsConditionalFormat * 
        type : ConditionValueType * 
        value : Object -> XlsConditionValue

See Also