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