Class ProtectSheetForm
Inherited Members
Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class ProtectSheetForm : CommandBaseForm
Constructors
ProtectSheetForm()
Declaration
public ProtectSheetForm()
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()
This function is invoked to apply the protection to the sheet based on options
Declaration
protected override void OnApplySettings()
Overrides
OnLoaded()
Initialize the values when the window is loaded.
Declaration
protected override void OnLoaded()
Overrides
UnWireEvents()
To Unhook the required events.
Declaration
protected override void UnWireEvents()
Overrides
WireEvents()
To Hook the required events.
Declaration
protected override void WireEvents()