Class $.wijmo.wijspread.DataValidationResult
Constructor Attributes | Constructor Name and Description |
---|---|
Indicates the data validation result.
|
Field Attributes | Field Name and Description |
---|---|
Indicates to discard the value and not apply it to the cell for a validation error.
|
|
Indicates to apply the value to a cell for a validation error.
|
|
Indicates to retry multiple times to apply the value to the cell for a validation error.
|
Field Detail
Discard
Indicates to discard the value and not apply it to the cell for a validation error.
ForceApply
Indicates to apply the value to a cell for a validation error.
Retry
Indicates to retry multiple times to apply the value to the cell for a validation error.