NewCommentCommand Class
Command used to Insert a new Comment for the CurrentCell
Inheritance
System.Object
NewCommentCommand
Assembly: Syncfusion.Spreadsheet.Windows.dll
public class NewCommentCommand : InsertCommentCommandBase, ICommand
Constructors
Declaration
public NewCommentCommand(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