IValidationMissingData

Assembly: Ms;

Description

The IValidationMissingData interface is used to work with validation rule of the Missing Data type.

Inheritance Hierarchy

          IValidationDetails

          IValidationMissingData

Comments

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.

Properties

  Property name Brief description
SeriesMode The SeriesMode property determines the mode of saving found exceptions.
Type The Type property determines the missing data type.

Properties inherited from IValidationDetails

  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:

Ms Assembly Interfaces