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
)
Public Sub New (
cf As XlsConditionalFormat,
type As ConditionValueType,
value As Object,
isGTE As Boolean
)
public:
XlsConditionValue(
XlsConditionalFormat^ cf,
ConditionValueType type,
Object^ value,
bool isGTE
)
new :
cf : XlsConditionalFormat *
type : ConditionValueType *
value : Object *
isGTE : bool -> XlsConditionValue
Parameters
-
cf
-
Type:
Spire.Xls.Core.Spreadsheet
XlsConditionalFormat
-
type
-
Type:
Spire.Xls
ConditionValueType
-
value
-
Type:
System
Object
-
isGTE
-
Type:
System
Boolean
See Also