GcSpread.Sheets Namespace : TextLengthCondition type |
var instance = new GcSpread.Sheets.TextLengthCondition(compareType, expected, formula);
function TextLengthCondition;
Object
GcSpread.Sheets.TextLengthCondition
Name | Description | |
---|---|---|
TextLengthCondition Constructor | Represents a text length condition with the specified comparison type, expected number, and formula. |
Name | Description | |
---|---|---|
compareType | The number comparison type. | |
expected | The expected number. | |
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. | |
getExpected | Gets the expected value. | |
reset | Resets this instance. |