Class InsertPasteForm
Inherited Members
Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class InsertPasteForm : CommandBaseForm
Constructors
InsertPasteForm()
Declaration
public InsertPasteForm()
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
OnApplySettings()
Applies the changes into the xlsio workbook.
Declaration
protected override void OnApplySettings()
Overrides
UnWireEvents()
Unhook the triggered events.
Declaration
protected override void UnWireEvents()
Overrides
WireEvents()
Hook the required events.
Declaration
protected override void WireEvents()