Class UnlockerLoadOptions
Class UnlockerLoadOptions
Die Optionen zum Entfernen von Excel-Dateien.
public class UnlockerLoadOptions : LoadOptions
Inheritance
object ← LoadOptions ← UnlockerLoadOptions
Vererbte Mitglieder
- LoadOptions.InputFile ,
- LoadOptions.InputStream ,
- object.GetType() ,
- object.MemberwiseClone() ,
- object.ToString() ,
- object.Equals(object?) ,
- object.Equals(object?, object?) ,
- object.ReferenceEquals(object?, object?) ,
- object.GetHashCode()
Constructors
UnlockerLoadOptions()
public UnlockerLoadOptions()
Properties
Password
Passwort zum Öffnen der Datei.
public string Password { get; set; }
Eigentumswert
PasswordOfWorkbookProtection
Passwort zum Schutz des Arbeitsblattes.Wenn es null ist, wird das Workbook-Schutz ohne Änderung beibehalten.
public string PasswordOfWorkbookProtection { get; set; }
Eigentumswert
PasswordOfWriteProtection
Passwort, um die Datei zu modifizieren.Wenn sie null ist, wird die Schreibschutz ohne Änderung beibehalten.
public string PasswordOfWriteProtection { get; set; }
Eigentumswert
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