Enum 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

NameValueDescription
visRuleTargetShape0The rule applies to the document itself.
visRuleTargetPage1The rule applies to pages in the document.
visRuleTargetDocument2The rule applies to shapes in the document.
Undefined-2147483648Undefined.

See Also