Class ProtectionSettings

Info

Represents the required settings for protecting one excel file or one sheet in it.

public class ProtectionSettings

Inheritance

objectProtectionSettings

Inherited Members

Constructors

ProtectionSettings()

public ProtectionSettings()

Properties

Password

The password of protection.

public string Password { get; set; }

Property Value

string

ProtectionType

The protection type to lock one excel file or one sheet in it.

public ProtectionType ProtectionType { get; set; }

Property Value

ProtectionType

Namespace: Sheetize Assembly: Sheetize.dll