ContainDateCondition Class
Represents a condition that formats only cells with date that satisfies the specified criteria.
public sealed class ContainDateCondition : ContainCondition
Public NotInheritable Class ContainDateCondition
Inherits ContainCondition
- Inheritance:
- System.ObjectContainDateCondition
Remarks
ContainDateCondition is not supported in XLS format.
Properties
Operator
Gets or sets the operator of this ContainDateCondition.
public ContainDateOperator Operator { get; set; }
Public Property Operator As ContainDateOperator
Property Value
The operator of this ContainDateCondition.
Methods
ToString()
Returns a System.String that represents this ContainDateCondition instance.
Returns
- System.String
A System.String that represents this ContainDateCondition instance.
Overrides
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).
Inherited Properties
ConditionType | Gets the Contain value. (Inherited from ContainCondition) |
ContainConditionType | Gets the ContainCondition type. (Inherited from ContainCondition) |
Rule | Gets the conditional formatting rule associated with this condition. (Inherited from FormatCondition) |
Style | Gets the actual formatting which will be applied to a cell if its value satisfies this ContainCondition. (Inherited from ContainCondition) |