Class LockerSaveOptions

Class LockerSaveOptions

Options pour bloquer les fichiers Excel.
public class LockerSaveOptions : SaveOptions

Inheritance

object SaveOptions LockerSaveOptions

I membri ereditari

Constructors

LockerSaveOptions()

public LockerSaveOptions()

Properties

Password

Password pour ouvrir le fichier.

public string Password { get; set; }

Valore di proprietà

string

PasswordOfWriteProtection

Password pour modifier le fichier.

public string PasswordOfWriteProtection { get; set; }

Valore di proprietà

string

SettingsOfWorkbookProtection

Les paramètres de protection pour protéger le livre de travail.

public ProtectionSettings SettingsOfWorkbookProtection { get; set; }

Valore di proprietà

ProtectionSettings

SettingsOfWorksheetProtection

Les paramètres de protection par défaut utilisés pour protéger la feuille de travail.

public ProtectionSettings SettingsOfWorksheetProtection { get; set; }

Valore di proprietà

ProtectionSettings

Methods

GetPasswordOfWorksheetProtection(SplitPartInfo)

Obtenez les paramètres de protection pour protéger une feuille de travail.

public virtual ProtectionSettings GetPasswordOfWorksheetProtection(SplitPartInfo info)

Parameters

  • info SplitPartInfo : Informations sur la feuille actuelle qui doit être protégée.

Returns

ProtectionSettings : les paramètres de protection pour protéger la feuille actuelle.Par défaut, cette méthode retourne les paramètres spécifiés par Sheetize.LockerSaveOptions.SettingsOfWorksheetProtection.Si c’est nul, la feuille actuelle ne sera pas protégée.

Le nom : Sheetize L’Assemblée nationale : Sheetize.dll

 Français