WorksheetProtection
Overview
WorksheetProtection is a class in Aspose.Cells FOSS for C++.
Represents worksheet protection.
Methods
| Signature | Description |
|---|---|
GetIsProtected() → bool | Gets or sets a value indicating whether protected. |
SetIsProtected(value: bool) | |
GetObjects() → bool | Gets or sets a value indicating whether objects. |
SetObjects(value: bool) | |
GetScenarios() → bool | Gets or sets a value indicating whether scenarios. |
SetScenarios(value: bool) | |
GetFormatCells() → bool | Gets or sets a value indicating whether format cells. |
SetFormatCells(value: bool) | |
GetFormatColumns() → bool | Gets or sets a value indicating whether format columns. |
SetFormatColumns(value: bool) | |
GetFormatRows() → bool | Gets or sets a value indicating whether format rows. |
SetFormatRows(value: bool) | |
GetInsertColumns() → bool | Gets or sets a value indicating whether insert columns. |
SetInsertColumns(value: bool) | |
GetInsertRows() → bool | Gets or sets a value indicating whether insert rows. |
SetInsertRows(value: bool) | |
GetInsertHyperlinks() → bool | Gets or sets a value indicating whether insert hyperlinks. |
SetInsertHyperlinks(value: bool) | |
GetDeleteColumns() → bool | Gets or sets a value indicating whether delete columns. |
SetDeleteColumns(value: bool) | |
GetDeleteRows() → bool | Gets or sets a value indicating whether delete rows. |
SetDeleteRows(value: bool) | |
GetSelectLockedCells() → bool | Gets or sets a value indicating whether select locked cells. |
SetSelectLockedCells(value: bool) | |
GetSort() → bool | Gets or sets a value indicating whether sort. |
SetSort(value: bool) | |
GetAutoFilter() → bool | Gets or sets a value indicating whether auto filter. |
SetAutoFilter(value: bool) | |
GetPivotTables() → bool | Gets or sets a value indicating whether pivot tables. |
SetPivotTables(value: bool) | |
GetSelectUnlockedCells() → bool | Gets or sets a value indicating whether select unlocked cells. |
SetSelectUnlockedCells(value: bool) | |
Reset() | Resets all protection settings to their defaults. |