FreezePanesCommand Class
To Set Frozen Rows and Frozen Columns
Inheritance
System.Object
FreezePanesCommand
Assembly: Syncfusion.Spreadsheet.Windows.dll
public class FreezePanesCommand : WindowCommand, ICommand
Constructors
Constructor for FreezePanesCommand
Declaration
public FreezePanesCommand(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 FreezePanesCommand.
Declaration
protected override void OnExecute(object parameter)
Parameters
| Type |
Name |
Description |
| System.Object |
parameter |
|
Overrides
Implements