Class LockerSaveOptions

Class LockerSaveOptions

Opcions per bloquejar els arxius d’Excel.
public class LockerSaveOptions : SaveOptions

Inheritance

object SaveOptions LockerSaveOptions

Membres heretats

Constructors

LockerSaveOptions()

public LockerSaveOptions()

Properties

Password

Password per obrir el fitxer.

public string Password { get; set; }

Valor de la propietat

string

PasswordOfWriteProtection

Password per modificar el fitxer.

public string PasswordOfWriteProtection { get; set; }

Valor de la propietat

string

SettingsOfWorkbookProtection

Configuracions de protecció per protegir el llibre de treball.

public ProtectionSettings SettingsOfWorkbookProtection { get; set; }

Valor de la propietat

ProtectionSettings

SettingsOfWorksheetProtection

La configuració de protecció estàndard utilitzada per protegir la taula de treball.

public ProtectionSettings SettingsOfWorksheetProtection { get; set; }

Valor de la propietat

ProtectionSettings

Methods

GetPasswordOfWorksheetProtection(SplitPartInfo)

Obté les configuracions de protecció per protegir un full de treball.

public virtual ProtectionSettings GetPasswordOfWorksheetProtection(SplitPartInfo info)

Parameters

  • info SplitPartInfo : Informació sobre la taula actual que cal protegir.

Returns

ProtectionSettings : : les configuracions de protecció per protegir la fulla actual.Per default, aquest mètode torna les configuracions especificades per Sheetize.LockerSaveOptions.SettingsOfWorksheetProtection.Si és nul, la taula actual no serà protegida.

Nom dels espais: Sheetize Assemblea de l’Assemblea: Sheetize.dll

 Català