Assembly: Ms;
The IValidationMissingData interface is used to work with validation rule of the Missing Data type.
IValidationMissingData
The rule enables the user to find empty values in data. Example of workbook after applying the Missing Data validation rule:
Cells containing empty values are highlighted.
To set up parameters of this rule cast the value returned by the IValidationFilter.Details property to the IValidationMissingData interface.
Property name | Brief description | |
SeriesMode | The SeriesMode property determines the mode of saving found exceptions. | |
Type | The Type property determines the missing data type. |
Property name | Brief description | |
The Kind property returns type of validation rule. | ||
The SelectionFilter property returns parameters of the filter limiting the checked series. | ||
The SelectionTargetData property returns object determining data used for validation. |
See also: