Search
ValidationForm.apply Method
See Also
 






Applies the validation rules defined in the form to a target IValidation object.

Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms

 Syntax

Java  Copy Code

public void apply (
    IValidation validation
)

 Parameters

validation

The target IValidation object to apply the validation rules to.

 See Also