Class LockerSaveOptions
Class LockerSaveOptions
Options pour bloquer les fichiers Excel.
public class LockerSaveOptions : SaveOptions
Inheritance
object ← SaveOptions ← LockerSaveOptions
I membri ereditari
- SaveOptions.OutputFile ,
- SaveOptions.OutputStream ,
- object.GetType() ,
- object.MemberwiseClone() ,
- object.ToString() ,
- object.Equals(object?) ,
- object.Equals(object?, object?) ,
- object.ReferenceEquals(object?, object?) ,
- object.GetHashCode()
Constructors
LockerSaveOptions()
public LockerSaveOptions()
Properties
Password
Password pour ouvrir le fichier.
public string Password { get; set; }
Valore di proprietà
PasswordOfWriteProtection
Password pour modifier le fichier.
public string PasswordOfWriteProtection { get; set; }
Valore di proprietà
SettingsOfWorkbookProtection
Les paramètres de protection pour protéger le livre de travail.
public ProtectionSettings SettingsOfWorkbookProtection { get; set; }
Valore di proprietà
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à
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