GcSpread.Sheets Namespace : AreaCondition type |
var instance = new GcSpread.Sheets.AreaCondition(expected, formula);
function AreaCondition;
Object
GcSpread.Sheets.AreaCondition
Name | Description | |
---|---|---|
AreaCondition Constructor | Represents an area condition using the expected source or formula. |
Name | Description | |
---|---|---|
expected | The expected source that separates each data item with a comma (","). | |
formula | The formula that specifies a range that contains data items. | |
ignoreBlank | Specifies whether to ignore the blank cell. |
Name | Description | |
---|---|---|
evaluate | Evaluates the condition using the specified evaluator. | |
fromFormula | Creates the condition from formula data. | |
fromSource | Creates the condition from source data. | |
getExpected | Returns the expected results. | |
getValidList | Returns the list of valid data items. |