Class UnProtectSheetForm
Inherited Members
Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class UnProtectSheetForm : CommandBaseForm
Constructors
UnProtectSheetForm()
Declaration
public UnProtectSheetForm()
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()
Apply the enterd values into XlsIO.
Declaration
protected override void OnApplySettings()
Overrides
OnLoaded()
Method gets executed when the form was initially loaded.
Declaration
protected override void OnLoaded()
Overrides
UnWireEvents()
Unhook the triggered events.
Declaration
protected override void UnWireEvents()
Overrides
WireEvents()
Declaration
protected override void WireEvents()