ProtectionType

WorksheetProtection.ProtectionType property

Allows to specify a type of worksheet protection. By default is ‘None’ - protection is not applied.

public WorksheetProtectionType ProtectionType { get; set; }

See Also