Class UnlockerLoadOptions

Class UnlockerLoadOptions

Die Optionen zum Entfernen von Excel-Dateien.
public class UnlockerLoadOptions : LoadOptions

Inheritance

object LoadOptions UnlockerLoadOptions

Vererbte Mitglieder

Constructors

UnlockerLoadOptions()

public UnlockerLoadOptions()

Properties

Password

Passwort zum Öffnen der Datei.

public string Password { get; set; }

Eigentumswert

string

PasswordOfWorkbookProtection

Passwort zum Schutz des Arbeitsblattes.Wenn es null ist, wird das Workbook-Schutz ohne Änderung beibehalten.

public string PasswordOfWorkbookProtection { get; set; }

Eigentumswert

string

PasswordOfWriteProtection

Passwort, um die Datei zu modifizieren.Wenn sie null ist, wird die Schreibschutz ohne Änderung beibehalten.

public string PasswordOfWriteProtection { get; set; }

Eigentumswert

string

Methods

GetPasswordOfWorksheetProtection(SplitPartInfo)

Erhalten Sie das Passwort, um einen Arbeitsblatt nicht zu schützen.

public virtual string GetPasswordOfWorksheetProtection(SplitPartInfo info)

Parameters

  • info SplitPartInfo : Informationen über aktuelle Blätter, die nicht geschützt werden müssen.

Returns

string : : das Passwort zum nicht schützen aktuelles Blatt. Wenn es null ist, wird das Schutz aktueller blatt unverändert beibehalten.

Der Name: Sheetize Verabschiedung der Versammlung: Sheetize.dll

 Deutsch