Class LockerSaveOptions

Class LockerSaveOptions

Optioner til at låse Excel-filer.
public class LockerSaveOptions : SaveOptions

Inheritance

object SaveOptions LockerSaveOptions

De arvede medlemmer

Constructors

LockerSaveOptions()

public LockerSaveOptions()

Properties

Password

Password til at åbne filen.

public string Password { get; set; }

Ejendomsværdi

string

PasswordOfWriteProtection

Password til at ændre filen.

public string PasswordOfWriteProtection { get; set; }

Ejendomsværdi

string

SettingsOfWorkbookProtection

Beskyttelsesindstillinger for at beskytte arbejdsbogen.

public ProtectionSettings SettingsOfWorkbookProtection { get; set; }

Ejendomsværdi

ProtectionSettings

SettingsOfWorksheetProtection

De standardbeskyttelsesindstillinger, der bruges til at beskytte værktøjet.

public ProtectionSettings SettingsOfWorksheetProtection { get; set; }

Ejendomsværdi

ProtectionSettings

Methods

GetPasswordOfWorksheetProtection(SplitPartInfo)

Få beskyttelsesindstillingerne til at beskytte en enkelt værktøj.

public virtual ProtectionSettings GetPasswordOfWorksheetProtection(SplitPartInfo info)

Parameters

  • info SplitPartInfo : Information om nuværende ark, der skal beskyttes.

Returns

ProtectionSettings : : beskyttelsesindstillinger til at beskytte det nuværende blad.Som standard returnerer denne metode de indstillinger, der er angivet af Sheetize.LockerSaveOptions.SettingsOfWorksheetProtection.Hvis det er nul, vil den nuværende liste ikke blive beskyttet.

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

 Dansk