InsertCommentCommandBase Class
Command used to Insert/Add Comment for the CurrentCell
Inheritance
System.Object
InsertCommentCommandBase
Assembly: Syncfusion.Spreadsheet.Windows.dll
public class InsertCommentCommandBase : CommandBase, ICommand
Constructors
Declaration
public InsertCommentCommandBase(Spreadsheet spreadsheetControl, string commandName)
Parameters
| Type |
Name |
Description |
| Spreadsheet |
spreadsheetControl |
|
| System.String |
commandName |
|
Methods
Declaration
public override void Execute(object parameter)
Parameters
| Type |
Name |
Description |
| System.Object |
parameter |
|
Overrides
Declaration
public override bool OnCanExecute(object parameter)
Parameters
| Type |
Name |
Description |
| System.Object |
parameter |
|
Returns
Overrides
Executes the InsertComment Command
Declaration
protected override void OnExecute(object parameter)
Parameters
| Type |
Name |
Description |
| System.Object |
parameter |
null
|
Overrides
Implements