Class InsertDeleteCellsForm
Inherited Members
Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class InsertDeleteCellsForm : CommandBaseForm
Constructors
InsertDeleteCellsForm()
Declaration
public InsertDeleteCellsForm()
Properties
InsertDeleteCells
Gets or Sets true if the Cell is to be inserted and returns false when the Cells is to be deleted
Declaration
public bool InsertDeleteCells { get; set; }
Property Value
Type |
---|
System.Boolean |
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
OnLoaded()
Load the initial settings into form.
Declaration
protected override void OnLoaded()
Overrides
UnWireEvents()
Unhook the triggered events.
Declaration
protected override void UnWireEvents()
Overrides
WireEvents()
Hook the required events.
Declaration
protected override void WireEvents()