Class LockerSaveOptions

Class LockerSaveOptions

可以锁定Excel文件。
public class LockerSaveOptions : SaveOptions

Inheritance

object SaveOptions LockerSaveOptions

继承人

Constructors

LockerSaveOptions()

public LockerSaveOptions()

Properties

Password

密码打开文件。

public string Password { get; set; }

财产价值

string

PasswordOfWriteProtection

密码修改文件。

public string PasswordOfWriteProtection { get; set; }

财产价值

string

SettingsOfWorkbookProtection

保护工作簿的设置。

public ProtectionSettings SettingsOfWorkbookProtection { get; set; }

财产价值

ProtectionSettings

SettingsOfWorksheetProtection

默认保护设置用于保护工作表。

public ProtectionSettings SettingsOfWorksheetProtection { get; set; }

财产价值

ProtectionSettings

Methods

GetPasswordOfWorksheetProtection(SplitPartInfo)

获取保护设置以保护一个工作表。

public virtual ProtectionSettings GetPasswordOfWorksheetProtection(SplitPartInfo info)

Parameters

Returns

ProtectionSettings : 防护设置,以保护当前的表格。默认情况下,此方法将返回 Sheetize.LockerSaveOptions.SettingsOfWorksheetProtection 所指定的设置。如果是零,现行表将不会被保护。

名称: Sheetize 参议院: Sheetize.dll

 中文