Class UnlockerLoadOptions

Class UnlockerLoadOptions

Opties om Excel-bestanden te ontgrendelen.
public class UnlockerLoadOptions : LoadOptions

Inheritance

object LoadOptions UnlockerLoadOptions

Geëerbiede leden

Constructors

UnlockerLoadOptions()

public UnlockerLoadOptions()

Properties

Password

Passwoord om het bestand te openen.

public string Password { get; set; }

Eigendomswaarde

string

PasswordOfWorkbookProtection

Een wachtwoord om het werkboek te beschermen.Als het nul is, wordt de werkvloerbescherming zonder wijziging bewaard.

public string PasswordOfWorkbookProtection { get; set; }

Eigendomswaarde

string

PasswordOfWriteProtection

Passwoord om het bestand te wijzigen.Als het nul is, wordt geschreven bescherming zonder verandering bewaard.

public string PasswordOfWriteProtection { get; set; }

Eigendomswaarde

string

Methods

GetPasswordOfWorksheetProtection(SplitPartInfo)

Geeft het wachtwoord om een werkblad niet te beschermen.

public virtual string GetPasswordOfWorksheetProtection(SplitPartInfo info)

Parameters

  • info SplitPartInfo : Informatie over het huidige blad dat onbeschermd moet zijn.

Returns

string : het wachtwoord om de huidige blad niet te beschermen. als het nul is, wordt de bescherming van de actuele blad zonder wijziging bewaard.

De naam: Sheetize Voor de vergadering: Sheetize.dll

 Nederlands