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
)
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
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