GcSpread.Sheets Namespace : DateExCondition type |
var instance = new GcSpread.Sheets.DateExCondition(type, style);
function DateExCondition;
Object
GcSpread.Sheets.DateExCondition
Name | Description | |
---|---|---|
DateExCondition Constructor | Represents a date condition with the specified comparison type, expected date condition, and formula. |
Name | Description | |
---|---|---|
expected | The expected date occurring type. | |
formula | The expected formula. | |
ignoreBlank | Gets or sets a value that indicates whether to ignore the null value. |
Name | Description | |
---|---|---|
evaluate | Evaluates the condition using the specified evaluator. | |
fromDay | Creates a DateExCondition object from the specified day. | |
fromMonth | Creates a DateExCondition object from the specified month. | |
fromQuarter | Creates a DateExCondition object from the specified quarter. | |
fromWeek | Creates a DateExCondition object from the specified week. | |
fromYear | Creates a DateExCondition object from the specified year. | |
getExpected | Gets the expected value. | |
getExpectedInt | Gets the expected integer value. | |
reset | Resets this instance. |