WorksheetProtection

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

NameTypeAccessDescription
IsProtectedboolRead/WriteGets or sets the is protected.
ObjectsboolRead/WriteGets or sets the objects.
ScenariosboolRead/WriteGets or sets the scenarios.
FormatCellsboolRead/WriteGets or sets the format cells.
FormatColumnsboolRead/WriteGets or sets the format columns.
FormatRowsboolRead/WriteGets or sets the format rows.
InsertColumnsboolRead/WriteGets or sets the insert columns.
InsertRowsboolRead/WriteGets or sets the insert rows.
InsertHyperlinksboolRead/WriteGets or sets the insert hyperlinks.
DeleteColumnsboolRead/WriteGets or sets the delete columns.
DeleteRowsboolRead/WriteGets or sets the delete rows.
SelectLockedCellsboolRead/WriteGets or sets the select locked cells.
SortboolRead/WriteGets or sets the sort.
AutoFilterboolRead/WriteGets or sets the auto filter.
PivotTablesboolRead/WriteGets or sets the pivot tables.
SelectUnlockedCellsboolRead/WriteGets or sets the select unlocked cells.

See Also