Class LockerSaveOptions

Class LockerSaveOptions

Opzioni per bloccare i file Excel.
public class LockerSaveOptions : SaveOptions

Inheritance

object SaveOptions LockerSaveOptions

I membri ereditari

Constructors

LockerSaveOptions()

public LockerSaveOptions()

Properties

Password

Password per aprire il file.

public string Password { get; set; }

Valore di proprietà

string

PasswordOfWriteProtection

Password per modificare il file.

public string PasswordOfWriteProtection { get; set; }

Valore di proprietà

string

SettingsOfWorkbookProtection

Impostazioni di protezione per proteggere il libro di lavoro.

public ProtectionSettings SettingsOfWorkbookProtection { get; set; }

Valore di proprietà

ProtectionSettings

SettingsOfWorksheetProtection

Le impostazioni di protezione predefinite utilizzate per proteggere il foglio di lavoro.

public ProtectionSettings SettingsOfWorksheetProtection { get; set; }

Valore di proprietà

ProtectionSettings

Methods

GetPasswordOfWorksheetProtection(SplitPartInfo)

Riceve le impostazioni di protezione per proteggere una scheda di lavoro.

public virtual ProtectionSettings GetPasswordOfWorksheetProtection(SplitPartInfo info)

Parameters

  • info SplitPartInfo : Informazioni sulla scheda corrente che devono essere protette.

Returns

ProtectionSettings : le impostazioni di protezione per proteggere la scheda corrente.Per default questo metodo restituisce le impostazioni specificate da Sheetize.LockerSaveOptions.SettingsOfWorksheetProtection.Se è zero, la scheda corrente non sarà protetta.

Il nome: Sheetize L’Assemblea dei Comuni: Sheetize.dll

 Italiano