UnFreezePanesCommand Class
Inheritance
System.Object
UnFreezePanesCommand
Assembly: Syncfusion.Spreadsheet.Windows.dll
public class UnFreezePanesCommand : WindowCommand, ICommand
Constructors
Constructor for UnFreezePanesCommand command
Declaration
public UnFreezePanesCommand(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
Used to excute the UnFreezePanesCommand command
Declaration
protected override void OnExecute(object parameter)
Parameters
| Type |
Name |
Description |
| System.Object |
parameter |
|
Overrides
Implements