Class XlsConditionValue
- Namespace
- Spire.Xls
- Assembly
- Spire.XLS.dll
public class XlsConditionValue : IConditionValue
- Inheritance
-
XlsConditionValue
- Implements
-
- Derived
-
- Inherited Members
-
Constructors
public XlsConditionValue(XlsConditionalFormat cf, ConditionValueType type, object value)
Parameters
cf
XlsConditionalFormat
type
ConditionValueType
value
object
public XlsConditionValue(XlsConditionalFormat cf, ConditionValueType type, object value, bool isGTE)
Parameters
cf
XlsConditionalFormat
type
ConditionValueType
value
object
isGTE
bool
Properties
IsGTE
public bool IsGTE { get; set; }
Property Value
- bool
Type
public ConditionValueType Type { get; set; }
Property Value
- ConditionValueType
Value
public object Value { get; set; }
Property Value
- object
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
Operators
operator ==(XlsConditionValue, XlsConditionValue)
public static bool operator ==(XlsConditionValue first, XlsConditionValue second)
Parameters
first
XlsConditionValue
second
XlsConditionValue
Returns
- bool
operator !=(XlsConditionValue, XlsConditionValue)
public static bool operator !=(XlsConditionValue first, XlsConditionValue second)
Parameters
first
XlsConditionValue
second
XlsConditionValue
Returns
- bool