Class UnlockerLoadOptions

Class UnlockerLoadOptions

Der er mulighed for at blokere Excel-filer.
public class UnlockerLoadOptions : LoadOptions

Inheritance

object LoadOptions UnlockerLoadOptions

De arvede medlemmer

Constructors

UnlockerLoadOptions()

public UnlockerLoadOptions()

Properties

Password

Password til at åbne filen.

public string Password { get; set; }

Ejendomsværdi

string

PasswordOfWorkbookProtection

Password til at beskytte arbejdsbogen. Hvis det er null, vil arbejdbogen beskyttelse blive bevaret uden ændringer.

public string PasswordOfWorkbookProtection { get; set; }

Ejendomsværdi

string

PasswordOfWriteProtection

Password til at ændre filen. Hvis det er nul, skriv beskyttelse vil blive bevaret uden ændringer.

public string PasswordOfWriteProtection { get; set; }

Ejendomsværdi

string

Methods

GetPasswordOfWorksheetProtection(SplitPartInfo)

Du får adgangskoden til ikke at beskytte et enkelt værktøj.

public virtual string GetPasswordOfWorksheetProtection(SplitPartInfo info)

Parameters

  • info SplitPartInfo : Information om den nuværende liste, der skal være ubeskyttet.

Returns

string : Hvis det er nul, vil beskyttelsen af det aktuelle blad blive bevaret uden ændringer.

Navne til: Sheetize Mødet af forsamlingen: Sheetize.dll

 Dansk