Click or drag to resize

XlsWorksheetBase Protection Property

Gets protected options. Read-only. For sets protection options use "Protect" method.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public virtual SheetProtectionType Protection { get; }

Property Value

Type: SheetProtectionType

Implements

ITabSheet Protection
See Also