Class FileSaveAsCommand
To Export the Application to Excel
Implements
System.Windows.Input.ICommand
Inherited Members
Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public class FileSaveAsCommand : CommandBase, ICommand
Constructors
FileSaveAsCommand(SfSpreadsheet, String)
Constructor for FileSaveAsCommand
Declaration
public FileSaveAsCommand(SfSpreadsheet spreadsheetControl, string commandName)
Parameters
Type | Name | Description |
---|---|---|
SfSpreadsheet | spreadsheetControl | The SfSpreadsheet Control |
System.String | commandName | The SfSpreadsheet Control |
Methods
OnCanExecute(Object)
Declaration
public override bool OnCanExecute(object parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parameter |
Returns
Type |
---|
System.Boolean |
Overrides
OnExecute(Object)
Used to Execute the FileSaveAsCommand Command
Declaration
protected override void OnExecute(object parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parameter | null |
Overrides
Implements
System.Windows.Input.ICommand