Class LockerSaveOptions
Class LockerSaveOptions
Opties om Excel-bestanden te vergrendelen.
public class LockerSaveOptions : SaveOptions
Inheritance
object ← SaveOptions ← LockerSaveOptions
Geëerbiede leden
- 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
Passwoord om het bestand te openen.
public string Password { get; set; }
Eigendomswaarde
PasswordOfWriteProtection
Passwoord om het bestand te wijzigen.
public string PasswordOfWriteProtection { get; set; }
Eigendomswaarde
SettingsOfWorkbookProtection
Beschermingsinstellingen om het werkboek te beschermen.
public ProtectionSettings SettingsOfWorkbookProtection { get; set; }
Eigendomswaarde
SettingsOfWorksheetProtection
De standaardbeschermingsinstellingen die worden gebruikt om het werkblad te beschermen.
public ProtectionSettings SettingsOfWorksheetProtection { get; set; }
Eigendomswaarde
Methods
GetPasswordOfWorksheetProtection(SplitPartInfo)
Geeft de beveiligingsinstellingen om één werkblad te beschermen.
public virtual ProtectionSettings GetPasswordOfWorksheetProtection(SplitPartInfo info)
Parameters
info
SplitPartInfo : Informatie over de huidige bladzijde die moet worden beschermd.
Returns
ProtectionSettings : de beschermingsinstellingen om het huidige blad te beschermen.De standaard methode geeft de instellingen terug die zijn aangegeven door Sheetize.LockerSaveOptions.SettingsOfWorksheetProtection.Als het nul is, wordt de huidige blad niet beschermd.
De naam: Sheetize Voor de vergadering: Sheetize.dll