WorksheetProtection
Overview
WorksheetProtection is a class in Aspose.Cells FOSS for .NET.
Represents worksheet protection.
Properties: AutoFilter, DeleteColumns, DeleteRows, FormatCells, FormatColumns, FormatRows, and 10 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IsProtected | bool | Read/Write | Gets or sets the is protected. |
Objects | bool | Read/Write | Gets or sets the objects. |
Scenarios | bool | Read/Write | Gets or sets the scenarios. |
FormatCells | bool | Read/Write | Gets or sets the format cells. |
FormatColumns | bool | Read/Write | Gets or sets the format columns. |
FormatRows | bool | Read/Write | Gets or sets the format rows. |
InsertColumns | bool | Read/Write | Gets or sets the insert columns. |
InsertRows | bool | Read/Write | Gets or sets the insert rows. |
InsertHyperlinks | bool | Read/Write | Gets or sets the insert hyperlinks. |
DeleteColumns | bool | Read/Write | Gets or sets the delete columns. |
DeleteRows | bool | Read/Write | Gets or sets the delete rows. |
SelectLockedCells | bool | Read/Write | Gets or sets the select locked cells. |
Sort | bool | Read/Write | Gets or sets the sort. |
AutoFilter | bool | Read/Write | Gets or sets the auto filter. |
PivotTables | bool | Read/Write | Gets or sets the pivot tables. |
SelectUnlockedCells | bool | Read/Write | Gets or sets the select unlocked cells. |