Applies the validation rules defined in the form to a target IValidation object.
Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms
SyntaxC#
Copy Code
|
|---|
public void Apply ( |
Visual Basic
Copy Code
|
|---|
Public Sub Apply( _ |
The target IValidation object to apply the validation rules to, usually the same object used to initialize the form.
See Also