Class LockerSaveOptions

Class LockerSaveOptions

Opties om Excel-bestanden te vergrendelen.
public class LockerSaveOptions : SaveOptions

Inheritance

object SaveOptions LockerSaveOptions

Geëerbiede leden

Constructors

LockerSaveOptions()

public LockerSaveOptions()

Properties

Password

Passwoord om het bestand te openen.

public string Password { get; set; }

Eigendomswaarde

string

PasswordOfWriteProtection

Passwoord om het bestand te wijzigen.

public string PasswordOfWriteProtection { get; set; }

Eigendomswaarde

string

SettingsOfWorkbookProtection

Beschermingsinstellingen om het werkboek te beschermen.

public ProtectionSettings SettingsOfWorkbookProtection { get; set; }

Eigendomswaarde

ProtectionSettings

SettingsOfWorksheetProtection

De standaardbeschermingsinstellingen die worden gebruikt om het werkblad te beschermen.

public ProtectionSettings SettingsOfWorksheetProtection { get; set; }

Eigendomswaarde

ProtectionSettings

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

 Nederlands