VisRuleTargetsValue

VisRuleTargetsValue enumeration

Specifies contents that define the target of the validation rule; passed to and returned by the ValidationRule.TargetType property.

public enum VisRuleTargetsValue

Values

Name Value Description
visRuleTargetShape 0 The rule applies to the document itself.
visRuleTargetPage 1 The rule applies to pages in the document.
visRuleTargetDocument 2 The rule applies to shapes in the document.
Undefined -2147483648 Undefined.

See Also