DataValidationCommand Class
Command used for Applying DataValidation for the range
Inheritance
System.Object
DataValidationCommand
Assembly: Syncfusion.Spreadsheet.Windows.dll
public class DataValidationCommand : CommandBase, ICommand
Constructors
Declaration
public DataValidationCommand(Spreadsheet spreadsheetControl, string commandName)
Parameters
| Type |
Name |
Description |
| Spreadsheet |
spreadsheetControl |
|
| System.String |
commandName |
|
Methods
Declaration
public override bool OnCanExecute(object parameter)
Parameters
| Type |
Name |
Description |
| System.Object |
parameter |
|
Returns
Overrides
Declaration
protected override void OnExecute(object parameter)
Parameters
| Type |
Name |
Description |
| System.Object |
parameter |
|
Overrides
Implements