GcSpread.Sheets Namespace : UniqueCondition type |
var instance = new GcSpread.Sheets.UniqueCondition(duplicated, ranges);
function UniqueCondition;
Object
GcSpread.Sheets.UniqueCondition
Name | Description | |
---|---|---|
UniqueCondition Constructor | Represents a unique condition and sets whether to check for duplicate data. |
Name | Description | |
---|---|---|
expected | Specifies whether the expected value is duplicated. | |
ignoreBlank | Specifies whether to ignore the blank cell. | |
ranges | The cell range array for the condition. |
Name | Description | |
---|---|---|
evaluate | Evaluates the condition using the specified evaluator. | |
getExpected | Gets the expected value. | |
reset | Resets this instance. |