GcSpread.Sheets Namespace : DateCondition type |
var instance = new GcSpread.Sheets.DateCondition(compareType, expected, formula);
function DateCondition;
Object
GcSpread.Sheets.DateCondition
Name | Description | |
---|---|---|
DateCondition Constructor | Represents a date condition with the specified comparison type, expected date condition, and formula. |
Name | Description | |
---|---|---|
compareType | Gets or sets the type of the compare. | |
expected | Gets or sets the expected date condition. | |
formula | The formula. | |
ignoreBlank | Specifies whether to ignore the blank cell. |
Name | Description | |
---|---|---|
evaluate | Evaluates the condition using the specified evaluator. | |
getExpected | Gets the expected value. | |
getExpectedDateTime | Gets the expected date time value. |