Class UnprotectDialogContext
Provides context for the unprotect dialog.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class UnprotectDialogContext : ProtectDialogContextBase
Constructors
UnprotectDialogContext(RadSpreadsheet, Sheet)
Initializes a new instance of the Unprotect
Declaration
public UnprotectDialogContext(RadSpreadsheet radSpreadsheet, Sheet sheet)
Parameters
Rad The RadSpreadsheet. |
Telerik. The active sheet. |
UnprotectDialogContext(RadSpreadsheet, Workbook)
Initializes a new instance of the Unprotect
Declaration
public UnprotectDialogContext(RadSpreadsheet radSpreadsheet, Workbook workbook)
Parameters
Rad The RadSpreadsheet. |
Telerik. The active workbook. |
Properties
DialogHeader
Gets the dialog header.
Declaration
public override string DialogHeader { get; }
Property Value
System. The dialog header. |
Overrides
Methods
Unprotect(String)
Unprotects the sheet.
Declaration
public bool Unprotect(string password)
Parameters
System. The password. |
Returns
System. A value indicating whether the unprotecting was successful. |